Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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.

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.

See Also