CollectionViewSource Properties

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.

  NameDescription
Public property Culture Gets or sets the cultural information for any operations of the view that might differ by culture, such as sorting.
Public property Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public property GroupDescriptions Gets a collection of GroupDescription objects that describe how items in the collection are grouped in the view.
Public property SortDescriptions Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view.
Public property Source Gets or sets the collection object from which to create this view.
Public property View Gets the view object that is currently associated with this instance of CollectionViewSource.
Top

Show:
© 2017 Microsoft