Skip to main content

WindowsUIView.UpdateNavigationBars() Method

Updates all currently visible Navigation Bars.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void UpdateNavigationBars()

Remarks

The UpdateNavigationBars method allows you to dynamically display, hide or redraw navigation bar buttons on currently visible navigation bars. If a navigation bar button set is changed when navigation bars are hidden, the UpdateNavigationBars method is not needed - all changes will be automatically displayed on the next display of the navigation bars.

See Also