TreeListCustomSortEventArgs.FieldName Property
In This Article
Specifies the name of the data source field whose values should be compared to each other.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public string FieldName { get; }
#Property Value
Type | Description |
---|---|
String | The field name. |
#Remarks
Refer to the TreeListCustomSortEventArgs class description for more information and an example.
See Also