Back to Devexpress

HamburgerMenu.ToggleViewStateCommand Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenu-6a851d06.md

latest1.3 KB
Original Source

HamburgerMenu.ToggleViewStateCommand Property

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

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public ICommand ToggleViewStateCommand { get; }
vb
Public ReadOnly Property ToggleViewStateCommand As ICommand

Property Value

TypeDescription
ICommand

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

|

See Also

ToggleViewState()

HamburgerMenu Class

HamburgerMenu Members

DevExpress.Xpf.WindowsUI Namespace