MapItem.IsUpdateLocked Property
Gets whether a map item has been locked for updating.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
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