4.100 CollectionViewSource

x:Object > DependencyObject > CollectionViewSource
CollectionViewSource
(usage)
<CollectionViewSource />
(description)
The XAML proxy of a CollectionView type.
(properties)
CollectionViewType
x:XamlType
(description)
The desired view type.
Culture
CultureInfo
(description)
The culture that is used for operations such as sorting and comparisons.
[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
IsLiveFilteringRequested (4.5)
x:Boolean
(description)
A value that indicates whether CollectionViewSource should filter the data in real time if it can.
IsLiveGroupingRequested (4.5)
x:Boolean
(description)
A value that indicates whether CollectionViewSource should group the data in real time if it can.
IsLiveSortingRequested (4.5)
x:Boolean
(description)
A value that indicates whether CollectionViewSource should sort the data in real time if it can.
LiveFilteringProperties (4.5)
ObservableCollection(x:String)
(description)
A collection of strings that specify the properties that participate in filtering data in real time.
[read only]
true
LiveGroupingProperties (4.5)
ObservableCollection(x:String)
(description)
A collection of strings that specify the properties that participate in grouping data in real time.
[read only]
true
LiveSortingProperties (4.5)
ObservableCollection(x:String)
(description)
A collection of strings that specify the properties that participate in sorting data in real time.
[read only]
true
SortDescriptions
SortDescriptionCollection
(description)
A collection of SortDescription objects that describes how the items in the collection are sorted in the view.
[read only]
true
Source
x:Object
(description)
The collection object from which to create this view.
(events)
Filter
Provides filtering logic.