IGridDataColumn.EditSettings Property
In This Article
Allows you to customize the column cell editor.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
RenderFragment EditSettings { get; set; }
#Property Value
Type | Description |
---|---|
Render |
A render fragment that declares cell editor settings. |
#Remarks
Refer to the EditSettings property description for more information and an example.
See Also