Back to Devexpress

HamburgerMenu.ActualIsWindowBackButtonVisible Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenu-0632e988.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool ActualIsWindowBackButtonVisible { get; protected set; }
vb
Public Property ActualIsWindowBackButtonVisible As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

IsWindowBackButtonVisible

HamburgerMenu Class

HamburgerMenu Members

DevExpress.Xpf.WindowsUI Namespace