Skip to main content
All docs
V23.2

IGrid.GetColumnEditSettings<T>(String) Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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