Skip to main content

HamburgerMenuNavigationButton.Glyph Property

Gets or sets an image displayed within the Main Menu item. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v24.1.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public ImageSource Glyph { get; set; }

Property Value

Type Description
ImageSource

An ImageSource object that specifies the image displayed within the menu item.

See Also