Skip to main content

RibbonPageCollection.Add(RibbonPage) Method

Adds the specified page to the current collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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