Back to Devexpress

IModelMember.AllowAdd Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelmember-7f27099e.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
AllowAdd AllowAdd { get; }
vb
ReadOnly Property AllowAdd As AllowAdd

Property Value

TypeDescription
AllowAdd

An AllowAdd enumeration value specifying whether instances of the abstract class are added to a List View that displays the current property.

|

Available values:

NameDescription
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.

|

See Also

IModelMember Interface

IModelMember Members

DevExpress.ExpressApp.Model Namespace