DefinitionListT Class

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[AvaloniaListAttribute(Separators = new string[] { ... })]
public abstract class DefinitionList<T> : AvaloniaList<T>
where T : DefinitionBase
Inheritance
Object    AvaloniaListT    DefinitionListT
Derived

Type Parameters

T

Constructors

DefinitionListTInitializes a new instance of the DefinitionListT class

Properties

Capacity
(Inherited from AvaloniaListT)
Count
(Inherited from AvaloniaListT)
Item
(Inherited from AvaloniaListT)
ResetBehavior
(Inherited from AvaloniaListT)
Validate
(Inherited from AvaloniaListT)

Methods

Add(UTP)
(Inherited from AvaloniaListT)
AddRange(IEnumerableUTP)
(Inherited from AvaloniaListT)
Clear
(Inherited from AvaloniaListT)
Contains(UTP)
(Inherited from AvaloniaListT)
CopyTo(UTP, Int32)
(Inherited from AvaloniaListT)
EnsureCapacity(Int32)
(Inherited from AvaloniaListT)
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumerator
(Inherited from AvaloniaListT)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRange(Int32, Int32)
(Inherited from AvaloniaListT)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOf(UTP)
(Inherited from AvaloniaListT)
Insert(Int32, UTP)
(Inherited from AvaloniaListT)
InsertRange(Int32, IEnumerableUTP)
(Inherited from AvaloniaListT)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Move(Int32, Int32)
(Inherited from AvaloniaListT)
MoveRange(Int32, Int32, Int32)
(Inherited from AvaloniaListT)
Remove(UTP)
(Inherited from AvaloniaListT)
RemoveAll(IEnumerableUTP)
(Inherited from AvaloniaListT)
RemoveAt(Int32)
(Inherited from AvaloniaListT)
RemoveRange(Int32, Int32)
(Inherited from AvaloniaListT)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

CollectionChanged
(Inherited from AvaloniaListT)
PropertyChanged
(Inherited from AvaloniaListT)

See Also