Back to Devexpress

HamburgerMenuNavigationButtonBase<TOwner>.ClearNavigationHistory Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-internal-dot-hamburgermenunavigationbuttonbase-1-9eb743c6.md

latest1.4 KB
Original Source

HamburgerMenuNavigationButtonBase<TOwner>.ClearNavigationHistory Property

Gets or sets whether clicking the button clears the menu’s navigation history.

Namespace : DevExpress.Xpf.WindowsUI.Internal

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

TypeDescription
Boolean

true to clear the navigation history when the end-user clicks the button; otherwise, false.

|

See Also

HamburgerMenuNavigationButtonBase<TOwner> Class

HamburgerMenuNavigationButtonBase<TOwner> Members

DevExpress.Xpf.WindowsUI.Internal Namespace