Skip to main content
A newer version of this page is available. .

HamburgerSubMenu.IsFlyoutBackButtonVisible Property

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

Namespace: DevExpress.Xpf.WindowsUI

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

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