Skip to main content
.NET 6.0+

IModelView.AllowNew Property

Specifies whether new objects can be created in the current View when the View is Object View.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Default Description
Boolean true

true, if new objects can be created in the current View; otherwise, false.

Remarks

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

See Also