Skip to main content
A newer version of this page is available. .

MapItem.IsUpdateLocked Property

Gets whether a map item has been locked for updating.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
public virtual bool IsUpdateLocked { get; }

Property Value

Type Description
Boolean

true, if a map item is locked; otherwise, false.

See Also