Skip to main content

OfficeNavigationBar.ShowNavigationOptionsDialog() Method

Displays the Navigation Options dialog.

Namespace: DevExpress.XtraBars.Navigation

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