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

Gets a collection of GroupDescription objects that describe how the items in the collection are grouped in the view.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable ReadOnly Property GroupDescriptions As ObservableCollection(Of GroupDescription)
C# 
public override ObservableCollection<GroupDescription> GroupDescriptions {get;}

Return Value

An Observable collection of GroupDescription objects that describe how the items contained in the collection are grouped in the view.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also