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