Skip to main content
All docs
V25.1
  • TreeListCustomizeCellDisplayTextEventArgs.FieldName Property

    Returns a data field whose values are customized in cells.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public string FieldName { get; protected set; }

    Property Value

    Type Description
    String

    The field name.

    Remarks

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

    See Also