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

AppMenuFileLabel.Glyph Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
public Image Glyph { get; set; }

Property Value

Type Description
Image

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

See Also