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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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