Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Blazor

Declaration

public virtual bool SupportInlineEdit { get; }

Property Value

Type Description
Boolean

true to display the Property editor in edit mode; otherwise, false.

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