Skip to main content

HamburgerSubMenuNavigationButton.PreviewRightContentTemplate Property

Gets or sets the data template used to render the additional content of the current button displayed in the preview.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public DataTemplate PreviewRightContentTemplate { get; set; }

Property Value

Type Description
DataTemplate

The data template used to render the additional content of the current button displayed in the preview.

Remarks

Use the HamburgerSubMenuNavigationButton.PreviewRightContent property to specify the additional content of the current item in the preview. The PreviewRightContentTemplate property specifies the data template used to render the data object. If no data template is assigned, the string representation of the object is used.

See Also