Group Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > GroupHeaderControl Class : Group Property

Gets the GroupHeaderControl's associated Group.

Syntax

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

Return Value

A reference to the Group associated with the GroupHeaderControl.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also