GroupDescription Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Column Class : GroupDescription Property

Gets or sets the group description that is used whenever groups are created according to the values of this column.

Syntax

Visual Basic (Declaration) 
Public Property GroupDescription As GroupDescription
C# 
public GroupDescription GroupDescription {get; set;}

Return Value

The GroupDescription that is used whenever groups are created according to the values of this column.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also