CollectionViewSource::GroupDescriptions Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection of GroupDescription objects that describe how items in the collection are grouped in the view.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<collectionViewSource> <collectionViewSource.GroupDescriptions> oneOrMoreGroupDescriptions </collectionViewSource.GroupDescriptions> </collectionViewSource>
XAML Values
Term | Definition |
oneOrMoreGroupDescriptions | One or more GroupDescription elements. |
Property Value
Type: System.Collections.ObjectModel::ObservableCollection<GroupDescription>A collection of GroupDescription objects that describe how items in the collection are grouped in the view.
Show: