CollectionView::Groups Property
.NET Framework (current version)
Gets a collection of the top-level groups that is constructed based on the GroupDescriptions property.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property ReadOnlyObservableCollection<Object^>^ Groups { virtual ReadOnlyObservableCollection<Object^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyObservableCollection<Object^>^null in all cases.
Implements
ICollectionView::GroupsThe 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: