ITreeListDataColumn.EditSettings Property
Allows you to customize the editor associated with this column.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
RenderFragment EditSettings { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment | Cell editor settings. |
Remarks
Refer to the EditSettings property description for more information and an example.
See Also