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

OfficeNavigationBar.ShowNavigationOptionsDialog() Method

In This Article

Displays the Navigation Options dialog.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public void ShowNavigationOptionsDialog()

#Remarks

The Navigation Options dialog allows an end-user to re-order items and specify the number of visible items.

An end-user can invoke the Navigation Options dialog by clicking the Customization Button. See OfficeNavigationBar.CustomizationButtonVisibility to learn more.

See Also