RibbonPageCategoryCollection.Insert(Int32, RibbonPageCategory) Method
Adds the specified category to the specified position within the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public virtual void Insert(
int index,
RibbonPageCategory category
)
Public Overridable Sub Insert(
index As Integer,
category As RibbonPageCategory
)
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value representing the zero-based index at which the specified category should be inserted. If negative or exceeds the number of elements, an exception is raised. |
category | RibbonPageCategory | A RibbonPageCategory object representing the category to be inserted. |
See Also
Feedback