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

AdornerUIManager.BeginUpdate() Method

Locks the current AdornerUIManager and allows you to modify the control without immediately reflecting their changes.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void BeginUpdate()

Remarks

When all required modifications are done, call the AdornerUIManager.EndUpdate method, which unlocks the control and forces it to repaint itself. The control can be also unlocked without an immediate visual update. To do so, call the AdornerUIManager.CancelUpdate method.

See Also