GridCustomizeGroupValueDisplayTextEventArgs.FieldName Property
Specifies a data field whose values are customized in groups.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v22.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public string FieldName { get; }
Property Value
Type | Description |
---|---|
String | The data field’s name. |
Remarks
Refer to the GridCustomizeGroupValueDisplayTextEventArgs class description for more information and an example.
See Also