FieldName Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > FieldNameGroupConfigurationSelectorItem Class : FieldName Property

Gets or sets the field name of the column whose values were used to create the groups to which the group configuration will be applied.

Syntax

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

Return Value

A string representing the field name of the column whose values were used to create the groups to which the group configuration will be applied.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also