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

RibbonPageGroupCollection(RibbonPage) Constructor

Initializes a new instance of the RibbonPageGroupCollection class.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

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