Skip to main content

AvaloniaList<T> Properties

Properties

CapacityGets or sets the total number of elements the internal data structure can hold without resizing.
CountGets the number of items in the collection.
Item(Int32)Gets or sets the item at the specified index.
ResetBehaviorGets or sets the reset behavior of the list.
ValidateGets or sets a validation routine that can be used to validate items before they are added.

See Also

Reference

AvaloniaList(T) Class
Avalonia.Collections Namespace