Skip to main content

HamburgerMenuNavigationIconButton.ClearNavigationHistory Property

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

Namespace: DevExpress.UI.Xaml.Layout.Internal

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool ClearNavigationHistory { get; set; }

Property Value

Type Description
Boolean

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

See Also