CollectionViewSource::GroupDescriptions Property
.NET Framework (current version)
Gets or sets a collection of GroupDescription objects that describes how the items in the collection are grouped in the view.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property ObservableCollection<GroupDescription^>^ GroupDescriptions { ObservableCollection<GroupDescription^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ObservableCollection<GroupDescription^>^An ObservableCollection<T> of GroupDescription objects that describes how the items in the collection are grouped in the view.
This property is forwarded to any collection view created from the current Source.
<object>
<object.GroupDescriptions>
oneOrMorePropertyDescriptions
</object.GroupDescriptions>
</object>
- oneOrMorePropertyDescriptions
One or more elements that derive from the GroupDescriptions abstract class. Typically this is a PropertyGroupDescription.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: