Skip to main content

GridCustomGroupEventArgs.FieldName Property

Specifies the name of the data source field whose values should be grouped.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public string FieldName { get; }

Property Value

Type Description
String

The name of the data source field.

Remarks

Refer to the GridCustomGroupEventArgs class description for more information and an example.

See Also