Skip to main content
All docs
V26.1
  • TreeListCustomizeCellDisplayTextEventArgs.GetRowValue(String) Method

    Returns values of a row.

    Namespace: DevExpress.Blazor

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

    Declaration

    public object GetRowValue(
        string fieldName
    )

    Parameters

    Name Type Description
    fieldName String

    The field name.

    Returns

    Type Description
    Object

    Row values.

    Remarks

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

    See Also