Skip to main content
.NET 6.0+

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