Skip to main content

RibbonPageCollection.Insert(Int32, RibbonPage) Method

Adds the specified page to the specified position within the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Insert(
    int index,
    RibbonPage page
)

Parameters

Name Type Description
index Int32

An integer value representing the zero-based index at which the specified page should be inserted. If negative or exceeds the number of elements, an exception is raised.

page RibbonPage

A RibbonPage object representing the page to be inserted.

See Also