Skip to main content

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

NuGet Package: 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