RibbonItemCollectionBuilder<TItemCollectionBuilder>.AddColorBox(String, String, Boolean, String) Method
Adds a new color box item with the specified settings to the end of the ribbon item collection.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v25.1.dll
NuGet Package: DevExpress.AspNetCore.Common
Declaration
public TItemCollectionBuilder AddColorBox(
string text,
string name,
bool beginGroup,
string color
)
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | The item’s text. |
| name | String | The item’s command name. |
| beginGroup | Boolean | true, to display a separator before the item; otherwise, false. |
| color | String | The item’s color value. |
Returns
| Type | Description |
|---|---|
| TItemCollectionBuilder | An object that can be used to further configure the item collection. |
See Also