Skip to main content

HamburgerSubMenu.IsFlyoutBackButtonVisible Property

Gets whether the sub-menu’s back button is visible.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool IsFlyoutBackButtonVisible { get; protected set; }

Property Value

Type Description
Boolean

true, if the sub-menu’s back button is visible; otherwise, false.

See Also