CollectionView::GroupDescriptions Property
.NET Framework (current version)
Gets 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 { virtual ObservableCollection<GroupDescription^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ObservableCollection<GroupDescription^>^null in all cases.
Implements
ICollectionView::GroupDescriptionsThe value of this property is always null because the CollectionView class does not support grouping over its underlying collection. The derived classes ListCollectionView and BindingListCollectionView do support grouping.
.NET Framework
Available since 3.0
Available since 3.0
Show: