Back to Devexpress

XPServerCollectionSource.AllowNew Property

xpo-devexpress-dot-xpo-dot-xpservercollectionsource-b47aee2b.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Xpo

Declaration

csharp
[DefaultValue(false)]
public bool AllowNew { get; set; }
vb
<DefaultValue(False)>
Public Property AllowNew As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to allow adding new items; otherwise, false.

|

See Also

XPServerCollectionSource Class

XPServerCollectionSource Members

DevExpress.Xpo Namespace