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

HamburgerSubMenuNavigationButton.IsPreviewMarkVisible Property

Gets whether to display the ‘favorite’ mark indicating that the item is also displayed in the sub-menu’s 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 IsPreviewMarkVisible { get; }

Property Value

Type Description
Boolean

true, if the ‘favorite’ mark is displayed; otherwise, false.

See Also