HamburgerSubMenu.HideFlyoutCommand Property
Gets the command invoked when the sub-menu’s back button is clicked.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v25.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
| Type | Description |
|---|---|
| ICommand | An ICommand object that specifies the command invoked when the sub-menu’s back button is clicked. |
See Also