HamburgerSubMenuNavigationButton.PreviewContentTemplate Property
Gets or sets the data template used to render the item’s content in the preview.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | The data template used to render the item’s content in the preview. |
Remarks
Use the HamburgerSubMenuNavigationButton.PreviewContent property to specify the item’s content displayed in the preview. The PreviewContentTemplate property specifies the data template used to render the provided data object. If no data template is assigned, the object string representation is used.
See Also