Back to Devexpress

NavigationPaneCommands Class

wpf-devexpress-dot-xpf-dot-navbar-242e21c3.md

latest1.7 KB
Original Source

NavigationPaneCommands Class

Provides access to commands which are specific to the Navigation Pane view.

Namespace : DevExpress.Xpf.NavBar

Assembly : DevExpress.Xpf.NavBar.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public class NavigationPaneCommands
vb
Public Class NavigationPaneCommands

Remarks

The NavBarControl has built-in Navigation Pane specific commands, allowing to you easily program some actions via XAML markup (such as expand/collapse the Navigation Pane or display more/fewer visible groups within the Navigation Pane). All these commands have corresponding methods, which are declared at the levels targeted by the CommandTarget parameter of the commands.
For instance, the NavigationPaneCommands.ChangeNavPaneExpanded command corresponds to the NavigationPaneView.ChangeNavPaneExpanded method. Some commands use specific parameters; you can discover the required parameters within the corresponding methods of commands, as well.

Inheritance

Object NavigationPaneCommands

See Also

NavigationPaneCommands Members

DevExpress.Xpf.NavBar Namespace