RibbonPageGroupEventArgs(RibbonPageGroup) Constructor
Initializes a new instance of the RibbonPageGroupEventArgs class.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
pageGroup | RibbonPageGroup | A RibbonPageGroup object that represent the processed page group. This value is assigned to the RibbonPageGroupEventArgs.PageGroup property. |
See Also