Skip to main content

RibbonPageCollection.AddRange(RibbonPage[]) Method

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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