Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

NuGet Package: DevExpress.ExpressApp

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