Skip to main content

GridCustomSortEventArgs.FieldName Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.Grid.v26.1.dll

Declaration

public string FieldName { get; }

Property Value

Type Description
String

The name of the data source field.

Remarks

Refer to the GridCustomSortEventArgs class description for additional information and an example.

See Also