AppMenuFileLabel.LabelClick Event
Fires when the label’s image (BarLinkUserDefines.Glyph) is clicked.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Event Data
The LabelClick event's data class is EventArgs.
Remarks
You can assign an image to a label via the AppMenuFileLabel.Glyph property. The LabelClick event fires when this image is clicked.
See Also