Skip to main content

IDataGridCollectionView Properties

Properties

CanFilterGets a value that indicates whether this view supports filtering by way of the Filter property.
CanGroupGets a value that indicates whether this view supports grouping by way of the GroupDescriptions property.
CanSortGets a value that indicates whether this view supports sorting by way of the SortDescriptions property.
CultureGets or sets the cultural information for any operations of the view that may differ by culture, such as sorting.
CurrentItemGets the current item in the view.
CurrentPositionGets the ordinal position of the CurrentItem in the view.
FilterGets or sets a callback that is used to determine whether an item is appropriate for inclusion in the view.
GroupingDepth 
GroupsGets the top-level groups.
IsCurrentAfterLastGets a value that indicates whether the CurrentItem of the view is beyond the end of the collection.
IsCurrentBeforeFirstGets a value that indicates whether the CurrentItem of the view is beyond the start of the collection.
IsEmptyGets a value that indicates whether the view is empty.
IsGroupingGets a collection of GroupDescription objects that describe how the items in the collection are grouped in the view.
SortDescriptionsGets a collection of SortDescription instances that describe how the items in the collection are sorted in the view.
SourceCollectionGets the underlying collection.

See Also

Reference

IDataGridCollectionView Interface
Avalonia.Collections Namespace