Skip to main content
A newer version of this page is available. .

MapEditor.CanRemoveItems Property

Gets or sets the value defining whether it is possible to remove items on the map.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[DefaultValue(true)]
public bool CanRemoveItems { get; set; }

Property Value

Type Default Description
Boolean **true**

true if items can be removed; otherwise, false.

See Also