RibbonPageGroupCollection(RibbonPage) Constructor
Initializes a new instance of the RibbonPageGroupCollection class.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
page | RibbonPage | A RibbonPage object that represents the Ribbon page which will own the collection being created. |
Remarks
This constructor is automatically called to initialize the RibbonPage.Groups property. Generally there is no need to use it directly in your code.
See Also