RibbonPageGroupCollection.AddRange(RibbonPageGroup[]) Method
In This Article
Adds an array of groups to the end of the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void AddRange(
RibbonPageGroup[] groups
)
#Parameters
Name | Type | Description |
---|---|---|
groups | Ribbon |
An array of Ribbon |
#Remarks
Groups are added to the collection in the order specified by their positions within the array.
See Also