RibbonPageCategory(String, Color, Boolean) Constructor
Initializes a new instance of the RibbonPageCategory class with the specified settings.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | A string that specifies the category’s text. This value is assigned to the RibbonPageCategory.Text property. |
| color | Color | A string that specifies the category’s color. |
| visible | Boolean | A string that specifies the category’s visibility. This value is assigned to the RibbonPageCategory.Visible property. |
See Also