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

AdornerUIManager.IsUpdateLocked Property

Gets whether or not this AdornerUIManager has been locked for updating.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

true, if this AdornerUIManager has been locked for updating; otherwise, false.

Remarks

See the AdornerUIManager.BeginUpdate method to learn more.

See Also