A newer version of this page is available.
Switch to the current version.
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.v19.2.dll
Declaration
[DefaultValue(true)]
public bool CanMove { get; set; }
<DefaultValue(True)>
Public Property CanMove As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, if the map item can be moved; otherwise, false. |
See Also
Feedback