RibbonPageGroup.CaptionButtonClick Event
In This Article
Occurs when the group's Caption Button is clicked.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Event Data
The CaptionButtonClick event's handler receives an argument of the DevExpress.Xpf.Ribbon.RibbonCaptionButtonClickEventArgs type.
#Remarks
If a group's RibbonPageGroup.ShowCaptionButton property is set to true the group displays a Caption Button.
By default, clicking this button has no effect. To implement specific functionality, handle the group's CaptionButtonClick event.
See Also