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

RibbonPageCollection.Add(RibbonPage) Method

Adds the specified page to the current collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public virtual int Add(
    RibbonPage page
)

Parameters

Name Type Description
page RibbonPage

A RibbonPage object to add to the collection.

Returns

Type Description
Int32

An integer value that specifies the position of the page within the collection.

See Also