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.v24.2.dll

Declaration

public void CancelUpdate()

Remarks

See the BaseComponent.BeginUpdate method to learn more.

See Also