Back to Devexpress

IModelView.AllowEdit Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelview-c47eb599.md

latest1.5 KB
Original Source

IModelView.AllowEdit Property

Specifies whether objects displayed in the current View can be edited when the View is Object View.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
bool AllowEdit { get; set; }
vb
Property AllowEdit As Boolean

Property Value

TypeDescription
Boolean

true , if objects displayed in the current View can be edited; otherwise, false.

|

Remarks

The AllowEdit value is used to calculate the View.AllowEdit value. For ListView, this property affects Inplace editing only.

See Also

AllowEdit

IModelView Interface

IModelView Members

DevExpress.ExpressApp.Model Namespace