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

WindowsUIView.UpdateNavigationBars() Method

Updates all currently visible Navigation Bars.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

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