GridCustomDataSourceGroupCriterion.FieldName Property
Specified the field name by which data items are grouped. For all items in one group, this value is the same.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.Grid.v26.1.dll
Declaration
public string FieldName { get; }
Property Value
| Type | Description |
|---|---|
| String | The field name. |
See Also