Skip to main content
All docs
V25.1
  • ITreeList.GetColumnEditSettings<T>(String) Method

    Returns editor settings of the column bound to the specified data source field.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    T GetColumnEditSettings<T>(
        string fieldName
    )
        where T : class, IEditSettings

    Parameters

    Name Type Description
    fieldName String

    A data source field name.

    Type Parameters

    Name Description
    T

    An editor setting type.

    Returns

    Type Description
    T

    An object that contains editor settings.

    Remarks

    Refer to the GetColumnEditSettings<T>(String) method description for more information and an example.

    See Also