Skip to main content
A newer version of this page is available. .

GridGroupSummarySortInfo.FieldName Property

Gets or sets the field name of a grouping column.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

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