RibbonPageGroupEventArgs Class
Provides data for the RibbonControl.PageGroupCaptionButtonClick and RibbonPageGroup.CaptionButtonClick events.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Remarks
Each time an end-user clicks group caption button the RibbonControl.PageGroupCaptionButtonClick event is raised. The RibbonPageGroup.CaptionButtonClick event is raised for individual page groups. The RibbonPageGroupEventArgs class provides the RibbonPageGroupEventArgs.PageGroup property that identifies the processed page group.
See Also