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

HamburgerMenu.ToggleViewStateCommand Property

Gets the command invoked when the toggle (hamburger) button is clicked.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public ICommand ToggleViewStateCommand { get; }

Property Value

Type Description
ICommand

A ICommand object that specifies the command invoked when the toggle (hamburger) button is clicked.

See Also