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

HamburgerSubMenuNavigationButton.ShowPreviewMark Property

Gets or sets whether show the mark indicating that the current item is ‘favorite’ and also displayed in the preview. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public bool ShowPreviewMark { get; set; }

Property Value

Type Description
Boolean

true, to show the mark indicating that the current item is ‘favorite’ and also displayed in the preview; otherwise, false. The default is true.

Remarks

If the HamburgerSubMenuNavigationButton.ShowInPreview property is set to true, the current item is also displayed directly in the main menu below the sub-menu button. If the ShowPreviewMark option is enabled, the current item is marked as ‘favorite’ in the sub-menu’s fly-out panel. Set the ShowPreviewMark property to false to hide this mark.

See Also