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

RibbonPageCollection.AddRange(RibbonPage[]) Method

Adds an array of pages to the end of the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public virtual void AddRange(
    RibbonPage[] pages
)

Parameters

Name Type Description
pages RibbonPage[]

An array of RibbonPage objects to add to the collection.

Remarks

Pages are added to the collection in the order specified by their positions within the array.

See Also