Skip to main content

MapItem.IsUpdateLocked Property

Gets whether a map item has been locked for updating.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool IsUpdateLocked { get; }

Property Value

Type Description
Boolean

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

See Also