IModelMember.AllowAdd Property
Considered for the XPCollection type properties, with an abstract class as a generic parameter. Specifies whether instances of this abstract class are added to a List View that displays the current property.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Description |
---|---|
Allow |
An Allow |
Available values:
Name | Description |
---|---|
Default | Specifies that instances of an abstract class cannot be added to a List View. |
True | Specifies that instances of an abstract class are added to a List View. |
False | Specifies that instances of an abstract class cannot be added to a List View. |