RibbonPageCategoryCollection.Add(RibbonPageCategory) Method
Adds the specified category to the current collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
category | RibbonPageCategory | A RibbonPageCategory object to add to the collection. |
Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the position of the category within the collection. |
See Also