Skip to main content

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool IsPreviewMarkVisible { get; }

Property Value

Type Description
Boolean

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

See Also