HamburgerMenu.ToggleViewStateCommand Property
Gets the command invoked when the toggle (hamburger) button is clicked.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
ICommand | A ICommand object that specifies the command invoked when the toggle (hamburger) button is clicked. |
See Also