Skip to main content

BaseComponent.CancelUpdate() Method

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

Namespace: DevExpress.XtraBars.Docking2010.Base

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void CancelUpdate()

Remarks

See the BaseComponent.BeginUpdate method to learn more.

See Also