Skip to main content

IGridDataColumn.EditSettings Property

Allows you to customize the column cell editor.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

RenderFragment EditSettings { get; set; }

Property Value

Type Description
RenderFragment

A render fragment that declares cell editor settings.

Remarks

Refer to the EditSettings property description for more information and an example.

See Also