Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.Xpo

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