Skip to main content

GridGroupSummarySortInfo.FieldName Property

Gets or sets the field name of a grouping column.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

[XtraSerializableProperty]
public string FieldName { get; }

#Property Value

Type Description
String

A String value that specifies the field name of a column that defines the nesting level of the group whose data rows are sorted by summary values.

See Also