Back to Devexpress

IModelView.AllowNew Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelview-5e3ed665.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.ExpressApp

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

AllowNew

IModelView Interface

IModelView Members

DevExpress.ExpressApp.Model Namespace