Groups Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionView Class : Groups Property

Gets the runtime groups that are created based on the GroupDescriptions.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable ReadOnly Property Groups As ReadOnlyObservableCollection(Of Object)
C# 
public override ReadOnlyObservableCollection<object> Groups {get;}

Return Value

A ReadOnlyObservableCollection of objects—in reality CollectionViewGroup objects—representing the runtime groups that are created based on the GroupDescriptions. Can be a null reference (Nothing in Visual Basic) if the items in view are not grouped.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also