Skip to main content

IGroupInfo.FieldName Property

Gets the field name of the column by which data is grouped.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

string FieldName { get; }

Property Value

Type Description
String

A String value the specifies the column’s field name.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

When grid data is grouped by the specified column, data rows that have identical values in this column are arranged into groups. Use the FieldName property to obtain the field name of the column by whose values data is grouped. To obtain a column value for which a particular group is created, use the IGroupInfo.Value property. By default, each group row displays a column caption and grouping value separated with colons.

See Also