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

BackstageViewControl.Refresh() Method

Updates the control reflecting the changes made to its settings.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void Refresh()

Remarks

The Refresh method does nothing if updates have been postponed via the BackstageViewControl.BeginUpdate method.

See Also