Back to Devexpress

HamburgerSubMenu.GlyphTemplate Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgersubmenu-b1501b69.md

latest1.6 KB
Original Source

HamburgerSubMenu.GlyphTemplate Property

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

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public DataTemplate GlyphTemplate { get; set; }
vb
Public Property GlyphTemplate As DataTemplate

Property Value

TypeDescription
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

Glyph

CompactModeVisibility

HamburgerSubMenu Class

HamburgerSubMenu Members

DevExpress.Xpf.WindowsUI Namespace