Skip to main content
Bar

BarDockControl.CancelUpdate() Method

Unlocks the BarDockControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void CancelUpdate()

Remarks

See the BarDockControl.BeginUpdate method to learn more.

See Also