Skip to main content
A newer version of this page is available. .

NavigationPaneCommands.ChangeNavPaneExpanded Property

Toggles the Navigation Pane‘s expanded state.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public static RoutedCommand ChangeNavPaneExpanded { get; }

Property Value

Type Description
RoutedCommand

A RoutedCommand object that defines the command.

Remarks

<Button Command="dxg:NavigationPaneCommands.ChangeNavPaneExpanded"
        CommandTarget="{Binding Path=View, ElementName=navBarControl1}">Change Navigation Pane Expanded State</Button>

Corresponding Method: NavigationPaneView.ChangeNavPaneExpanded.

See Also