Skip to main content

HamburgerSubMenuNavigationButton.PreviewMarkTemplate Property

Gets or sets the template used to render the favorite mark for the current button.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataTemplate PreviewMarkTemplate { get; set; }

Property Value

Type Description
DataTemplate

The template used to render the favorite mark for the current button.

Remarks

Use the HamburgerSubMenuNavigationButton.ShowPreviewMark property to specify whether to show the favorite mark for the current button if the button is also displayed in the preview. The PreviewMarkTemplate property specifies the template used to render the mark.

See Also