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

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