Skip to main content
A newer version of this page is available. .

RibbonPageCollection(RibbonControl) Constructor

Initializes a new instance of the RibbonPageCollection class.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public RibbonPageCollection(
    RibbonControl ribbon
)

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