Skip to main content
.NET 8.0+

IModelCommonMemberViewItem.AllowEdit Property

Specifies whether or not the current Property Editor should be read-only.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v25.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

bool AllowEdit { get; set; }

Property Value

Type Description
Boolean

true, if the current editor should not be read-only; otherwise, false.

See Also