RibbonPageCategoryCollection.AddRange(RibbonPageCategory[]) Method
Adds an array of categories to the end of the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public virtual void AddRange(
RibbonPageCategory[] categories
)
Public Overridable Sub AddRange(
categories As RibbonPageCategory()
)
Parameters
Name | Type | Description |
---|---|---|
categories | RibbonPageCategory[] | An array of RibbonPageCategory objects to add to the collection. |
Remarks
Categories are added to the collection in the order specified by their positions within the array.
See Also
Feedback