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

BarAndDockingController.EndUpdate() Method

Unlocks the BarAndDockingController object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void EndUpdate()

Remarks

See the BarAndDockingController.BeginUpdate method for more information.

See Also