RibbonItemCollectionBuilder<TItemCollectionBuilder>.AddColorBox() Method
In This Article
Adds a new color box item to the end of the ribbon item collection.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Common
#Declaration
C#
public RibbonColorBoxItemBuilder AddColorBox()
#Returns
Type | Description |
---|---|
Ribbon |
An object that can be used to further configure the added item. |
See Also