CollectionViewSource Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The CollectionViewSource type exposes the following members.
| Name | Description | |
|---|---|---|
|
Culture | Gets or sets the cultural information for any operations of the view that might differ by culture, such as sorting. |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
GroupDescriptions | Gets a collection of GroupDescription objects that describe how items in the collection are grouped in the view. |
|
SortDescriptions | Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view. |
|
Source | Gets or sets the collection object from which to create this view. |
|
View | Gets the view object that is currently associated with this instance of CollectionViewSource. |
Show: