Skip to main content
.NET Framework 4.6.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.v24.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