Back to Devexpress

XPServerCollectionSource.AllowRemove Property

xpo-devexpress-dot-xpo-dot-xpservercollectionsource-8379dee3.md

latest1.2 KB
Original Source

XPServerCollectionSource.AllowRemove Property

Gets or sets whether items can be removed from 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 AllowRemove { get; set; }
vb
<DefaultValue(False)>
Public Property AllowRemove As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to allow remove items; otherwise, false.

|

See Also

DeleteObjectOnRemove

XPServerCollectionSource Class

XPServerCollectionSource Members

DevExpress.Xpo Namespace