DataTemplates Properties
Properties
Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from AvaloniaList(T)) |
Count | Gets the number of items in the collection. (Inherited from AvaloniaList(T)) |
Item(Int32) | Gets or sets the item at the specified index. (Inherited from AvaloniaList(T)) |
ResetBehavior | Gets or sets the reset behavior of the list. (Inherited from AvaloniaList(T)) |
Validate | Gets or sets a validation routine that can be used to validate items before they are added. (Inherited from AvaloniaList(T)) |