CollectionViewSource.GroupDescriptions Property
Silverlight
Gets a collection of GroupDescription objects that describe how items in the collection are grouped in the view.
Namespace: System.Windows.Data
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public ReadOnly Property GroupDescriptions As ObservableCollection(Of GroupDescription)
<collectionViewSource> <collectionViewSource.GroupDescriptions> oneOrMoreGroupDescriptions </collectionViewSource.GroupDescriptions> </collectionViewSource>
XAML Values
Term | Definition |
oneOrMoreGroupDescriptions | One or more GroupDescription elements. |
Property Value
Type: System.Collections.ObjectModel.ObservableCollection(Of GroupDescription)A collection of GroupDescription objects that describe how items in the collection are grouped in the view.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: