Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public void CancelUpdate()

Remarks

See BackstageViewControl.BeginUpdate to learn more.

See Also