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

Gets or sets the group configuration that will be applied to the groups that are created from the values of this column.

Syntax

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

Return Value

The GroupConfiguration that will be applied to the groups that are created from the values of this column.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also