Skip to main content

AppMenuFileLabel.Glyph Property

Gets or sets the image displayed before the label’s AppMenuFileLabel.Caption.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image Glyph { get; set; }

Property Value

Type Description
Image

An image displayed before the label’s AppMenuFileLabel.Caption.

See Also