A newer version of this page is available.
Switch to the current version.
RibbonPageGroupEventArgs Class
Provides data for the RibbonControl.PageGroupCaptionButtonClick and RibbonPageGroup.CaptionButtonClick events.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
public class RibbonPageGroupEventArgs :
EventArgs
Public Class RibbonPageGroupEventArgs
Inherits EventArgs
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
Feedback