Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

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