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

HamburgerSubMenu.GlyphTemplate Property

Gets or sets the data template used to display the sub-menu glyph.

Namespace: DevExpress.Xpf.WindowsUI

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

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

Declaration

public DataTemplate GlyphTemplate { get; set; }

Property Value

Type Description
DataTemplate

A data template. The default value is null.

Remarks

If neither the GlyphTemplate nor HamburgerSubMenu.Glyph property is specified, the sub-menu is not visible in the compact menu mode by default (see HamburgerSubMenu.CompactModeVisibility).

See Also