Skip to main content

RibbonItemCollectionBuilder<TItemCollectionBuilder>.AddColorBox() Method

Adds a new color box item to the end of the ribbon item collection.

Namespace: DevExpress.AspNetCore.Office

Assembly: DevExpress.AspNetCore.Common.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonColorBoxItemBuilder AddColorBox()

Returns

Type Description
RibbonColorBoxItemBuilder

An object that can be used to further configure the added item.

See Also