4.99 CollectionView

x:Object > CollectionView
CollectionView
ItemCollection
(usage)
{x:Static CollectionView.StaticPropertyName}
(description)
Represents a view for grouping, sorting, filtering, and navigating a data collection.
[is default constructible]
false
(properties)
Culture
CultureInfo
(description)
The culture information to use during sorting.
[text syntax]
CultureInfoIetfLanguageTagSyntax
GroupDescriptions
ObservableCollection(GroupDescription)
(description)
A collection of GroupDescription objects that describes how the items in the collection are grouped in the view.
[read only]
true
SortDescriptions
SortDescriptionCollection
(description)
A collection of SortDescription structures that describes how the items in the collection are sorted in the view.
[read only]
true
(static properties)
NewItemPlaceholder
x:Object
(description)
The object that is in the collection to represent a new item.
(events)
CurrentChanged
Occurs after the CurrentItem has changed.
CurrentChanging
Occurs when the CurrentItem is changing.