HamburgerMenu.HeaderTemplate Property
Gets or sets the data template used to render the menu header.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A DataTemplate object that specifies the data template used to render the menu header. |
Remarks
Set the menu header with the HamburgerMenu.Header property. The HeaderTemplate and HamburgerMenu.HeaderTemplateSelector properties allow you to specify how the data object is rendered. If no data template is specified, the string representation of the object is used.
See Also