Skip to main content

RibbonPageCollection(RibbonControl) Constructor

Initializes a new instance of the RibbonPageCollection class.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

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