Back to Devexpress

MapItem.CanMove Property

windowsforms-devexpress-dot-xtramap-dot-mapitem-9926ee72.md

latest1.1 KB
Original Source

MapItem.CanMove Property

Gets or sets the value specifying whether the map item can moved while editing the map using the Map Editor.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if the map item can be moved; otherwise, false.

|

See Also

MapItem Class

MapItem Members

DevExpress.XtraMap Namespace