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

Gets a collection of group descriptions that describe how the items in the detail are grouped.

Syntax

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

Return Value

An ObservableCollection of GroupDescription objects that describe how the items in the detail are grouped.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also