Back to Devexpress

IModelView.AllowDelete Property

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

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DefaultValue(true)]
bool AllowDelete { get; set; }
vb
<DefaultValue(True)>
Property AllowDelete As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

AllowDelete

IModelView Interface

IModelView Members

DevExpress.ExpressApp.Model Namespace