windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-ef18992d.md
Fires when the Reset button in the Navigation Pane Options dialog is clicked.
Namespace : DevExpress.XtraNavBar
Assembly : DevExpress.XtraNavBar.v25.2.dll
NuGet Package : DevExpress.Win
public event EventHandler<NavPaneOptionsResetEventArgs> NavPaneOptionsReset
Public Event NavPaneOptionsReset As EventHandler(Of NavPaneOptionsResetEventArgs)
The NavPaneOptionsReset event's data class is DevExpress.XtraNavBar.NavPaneOptionsResetEventArgs.
An end-user can change the order of groups and edit font settings of items within groups via the Navigation Pane Options dialog, which is available if the OptionsNavPane.AllowOptionsMenuItem property is set to true.
Clicking the Reset button in the Navigation Pane Options dialog resets the group order. For regular groups (whose NavBarGroup.GroupStyle properties are not set to NavBarGroupStyle.ControlContainer), this also resets the appearance of items.
To perform additional customizations when the Reset button is clicked, handle the NavPaneOptionsReset event.
See Also
NavPaneOptionsCanEditGroupFont
NavPaneOptionsReset