CollectionView.Groups Property
.NET Framework 3.5
Gets a collection of the top-level groups that is constructed based on the GroupDescriptions property.
Assembly: PresentationFramework (in PresentationFramework.dll)
You cannot set this property in XAML.
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.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.