CollectionViewSource Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The CollectionViewSource type exposes the following members.

Properties

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

Top