A newer version of this page is available.
Switch to the current version.
MapItem.IsUpdateLocked Property
Gets whether a map item has been locked for updating.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
[Browsable(false)]
public virtual bool IsUpdateLocked { get; }
<Browsable(False)>
Public Overridable ReadOnly Property IsUpdateLocked As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, if a map item is locked; otherwise, false. |
See Also
Feedback