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

RibbonPageGroup.CaptionButtonClick Event

Occurs when the group’s Caption Button is clicked.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

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:

RibbonGroupCaptionButton

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