RibbonPageGroup.CaptionButtonClick Event
Occurs when the group’s Caption Button is clicked.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Events")]
public virtual event RibbonPageGroupEventHandler CaptionButtonClick
Event Data
The CaptionButtonClick event's data class is RibbonPageGroupEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
PageGroup | Gets the processed page group. |
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 subscribe to the group’s CaptionButtonClick event or to the RibbonControl’s RibbonControl.PageGroupCaptionButtonClick event.
See Also