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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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