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

BackstageViewControl.CancelUpdate() Method

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public void CancelUpdate()

Remarks

See BackstageViewControl.BeginUpdate to learn more.

See Also