Skip to main content
All docs
V23.2

IGridDataColumn.EditSettings Property

Allows you to customize the column cell editor.

Namespace: DevExpress.Blazor

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