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

XPServerCollectionSource.AllowRemove Property

Gets or sets whether items can be removed from a collection by a bound control.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to allow remove items; otherwise, false.

See Also