GroupLevelDescriptions Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridControl Class : GroupLevelDescriptions Property

Gets a collection of GroupLevelDescription objects that contain information on each group level contained in the grid.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property GroupLevelDescriptions As GroupLevelDescriptionCollection
C# 
public GroupLevelDescriptionCollection GroupLevelDescriptions {get;}

Return Value

A GroupLevelDescriptionCollection of GroupLevelDescription objects that contain information on each group level contained in the grid. Only the group-level descriptions of the master groups will be returned.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also