NavigationPaneView.OnShowFewerGroups(Object, ExecutedRoutedEventArgs) Method
Handles the NavigationPaneCommands.ShowFewerGroups command by calling the NavigationPaneView.ShowFewerGroups method.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v25.2.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | An object identifying the command sender (a NavigationPaneView instance). This object serves as the command’s CommandTarget attribute. |
| e | ExecutedRoutedEventArgs | A ExecutedRoutedEventArgs object that provides data for the executed command. |
See Also