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

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.v19.1.dll

Declaration

public void CancelUpdate()

Remarks

See the BaseComponent.BeginUpdate method to learn more.

See Also