Back to Devexpress

NavBarCommands Class

wpf-devexpress-dot-xpf-dot-navbar-6fe722ce.md

latest1.5 KB
Original Source

NavBarCommands Class

Provides access to common navbar commands.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public static class NavBarCommands
vb
Public Module NavBarCommands

Remarks

The NavBarControl has built-in commands allowing to you easily program some common actions via XAML markup (such as expand/collapse groups, select items or activate groups). All these commands have corresponding methods, which are declared at the levels targeted by the CommandTarget parameter of the commands.

For instance, the NavBarCommands.ChangeGroupExpanded command corresponds to the NavBarViewBase.ChangeGroupExpanded method. Some commands use specific parameters; you can discover the required parameters within the corresponding methods of commands, as well.

Inheritance

Object NavBarCommands

See Also

NavBarCommands Members

DevExpress.Xpf.NavBar Namespace