Back to Devexpress

MapEditor.CanRemoveItems Property

windowsforms-devexpress-dot-xtramap-dot-mapeditor-a05c7ec3.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(true)]
public bool CanRemoveItems { get; set; }
vb
<DefaultValue(True)>
Public Property CanRemoveItems As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if items can be removed; otherwise, false.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.XtraMap Namespace