Skip to main content
All docs
V24.1

TreeListCustomizeCellDisplayTextEventArgs.FieldName Property

Returns a data field whose values are customized in cells.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public string FieldName { get; }

Property Value

Type Description
String

The field name.

Remarks

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

See Also