Skip to main content
A newer version of this page is available. .

IModelView.AllowDelete Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[DefaultValue(true)]
bool AllowDelete { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Remarks

The AllowDelete value is used to calculate the View.AllowDelete value.

See Also