Back to Devexpress

MapItem.CanMove Property

wpf-devexpress-dot-xpf-dot-map-dot-mapitem-a2f00ac5.md

latest976 B
Original Source

MapItem.CanMove Property

Gets or sets the value that specifies whether a user can move item using the Map Editor’s Transform mode.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public bool CanMove { get; set; }
vb
Public Property CanMove As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

MapItem Class

MapItem Members

DevExpress.Xpf.Map Namespace