RibbonPageCollection(RibbonControl) Constructor
Initializes a new instance of the RibbonPageCollection class.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
ribbon | RibbonControl | A RibbonControl which will own the created collection. |
Remarks
This constructor is automatically called to initialize the RibbonControl.Pages property. Generally there is no need to use it directly in your code.
See Also