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

XPServerCollectionSource.AllowNew Property

Gets or sets whether new items can be added to a collection by a bound control.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[DefaultValue(false)]
public bool AllowNew { get; set; }

Property Value

Type Default Description
Boolean **false**

true to allow adding new items; otherwise, false.

See Also