Commands
- 2 minutes to read
The NavBarControl provides you within a set of built-in commands allowing some mostly used actions to be easily programmed via XAML markup.
#Common Commands
The NavBarCommands class provides access to general commands that are available, regardless of the applied view.
Command | Target Type | Parameter | Corresponding Method |
---|---|---|---|
Nav |
A Nav |
A Nav |
Nav |
Nav |
A Nav |
A Nav |
Nav |
Nav |
A Nav |
A Nav |
Nav |
#Navigation Pane View Specific Commands
The NavigationPaneCommands class contains commands that are in effect only if the Navigation Pane view (NavigationPaneView) is applied to the navbar control.
Command | Target Type | Parameter | Corresponding Method |
---|---|---|---|
A Navigation | None | ||
A Navigation | The number by which to decrease the number of visible group headers. If omitted (or set to null), the number of visible group headers is decreased by one. | ||
A Navigation | the number by which to increase the number of visible group headers. If omitted (or set to null), the number of visible group headers is increased by one. |