Back to Devexpress

RibbonPageGroup.CaptionButtonClick Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagegroup-24fef1ec.md

latest2.3 KB
Original Source

RibbonPageGroup.CaptionButtonClick Event

Occurs when the group’s Caption Button is clicked.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public virtual event RibbonPageGroupEventHandler CaptionButtonClick
vb
<DXCategory("Events")>
Public Overridable Event CaptionButtonClick As RibbonPageGroupEventHandler

Event Data

The CaptionButtonClick event's data class is RibbonPageGroupEventArgs. The following properties provide information specific to this event:

PropertyDescription
PageGroupGets the processed page group.

Remarks

If a group’s RibbonPageGroup.CaptionButtonVisible 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

CaptionButtonVisible

PageGroupCaptionButtonClick

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.XtraBars.Ribbon Namespace