Skip to main content
A newer version of this page is available. .

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

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