Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

Declaration

AllowAdd AllowAdd { get; }

Property Value

Type Description
AllowAdd

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

See Also