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

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

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

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