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

HamburgerMenuBottomBarCheckBox.Glyph Property

Gets or sets an image displayed within the Bottom Bar item. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

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

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

Declaration

public ImageSource Glyph { get; set; }

Property Value

Type Description
ImageSource

An ImageSource object that specifies the image displayed within the bottom bar item.

See Also