Skip to main content

RibbonPageGroupCollection(RibbonPage) Constructor

Initializes a new instance of the RibbonPageGroupCollection class.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonPageGroupCollection(
    RibbonPage page
)

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