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

    Returns a data field whose values are customized in cells.

    Namespace: DevExpress.Blazor

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

    Declaration

    public string FieldName { get; protected set; }

    Property Value

    Type Description
    String

    The field name.

    Remarks

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

    See Also