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

RibbonPageGroupCollection.AddRange(RibbonPageGroup[]) Method

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public void AddRange(
    RibbonPageGroup[] groups
)

Parameters

Name Type Description
groups RibbonPageGroup[]

An array of RibbonPageGroup objects to add to the collection.

Remarks

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

See Also