BlazorPropertyEditorBase.SupportInlineEdit Property
Specifies whether the Property Editor is displayed in read-only mode when its used for in-line editing in a Grid List Editor.
Namespace: DevExpress.ExpressApp.Blazor.Editors
Assembly: DevExpress.ExpressApp.Blazor.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
A Grid List Editor generates Property Editors when you allow in-line editing. When you create a custom editor, the Grid List Editor can display them in read-only mode. You can set the SupportInlineEdit
propety to false
to disable this behavior.
See Also