Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WindowsUIView.NavigationBarsShown Event

Fires when navigation bars are shown.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public event EventHandler NavigationBarsShown

#Event Data

The NavigationBarsShown event's data class is EventArgs.

#Remarks

A WindowsUIView has Navigation Bars invoked with a right mouse button click. These bars contain buttons that perform navigation actions (‘Home’, ‘Overview’, ‘Back’ and ‘Close’), buttons that perform the IWindowsUIViewController.Flip and IWindowsUIViewController.Rotate methods (for SplitGroup containers only) and custom buttons (see the figure below):

DocumentManager - Navigation Bars

Displaying and hiding these navigation bars fires the NavigationBarsShown or WindowsUIView.NavigationBarsHidden event respectively.

The NavigationBarsShown event occurs when Navigation Bars are already displayed. You can also handle the WindowsUIView.NavigationBarsShowing event that fires immediately after an end-user calls for Navigation Bars.

See Also