ICollectionView::GroupDescriptions Property
.NET Framework (current version)
Gets a collection of GroupDescription objects that describe how the items in the collection are grouped in the view.
Assembly: WindowsBase (in WindowsBase.dll)
property ObservableCollection<GroupDescription^>^ GroupDescriptions {
ObservableCollection<GroupDescription^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::ObservableCollection<GroupDescription^>^A collection of GroupDescription objects that describe how the items in the collection are grouped in the view.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: