Skip to main content

BackstageViewControl.Refresh() Method

Updates the control reflecting the changes made to its settings.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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