Back to Devexpress

HamburgerSubMenu.HideFlyoutCommand Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgersubmenu-98dd515a.md

latest1.2 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

TypeDescription
ICommand

An ICommand object that specifies the command invoked when the sub-menu’s back button is clicked.

|

See Also

HamburgerSubMenu Class

HamburgerSubMenu Members

DevExpress.Xpf.WindowsUI Namespace