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

HamburgerMenu.ActualIsWindowBackButtonVisible Property

Gets whether the menu’s parent, that supports the back navigation, actually displays the back button.

Namespace: DevExpress.Xpf.WindowsUI

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

Declaration

public bool ActualIsWindowBackButtonVisible { get; protected set; }

Property Value

Type Description
Boolean

true, if the menu’s parent, that supports the back navigation, actually displays the back button; otherwise, false.

See Also