RibbonPageCategoryCollection.Insert(Int32, RibbonPageCategory) Method
Adds the specified category to the specified position within the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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