Skip to main content

RibbonItemCollectionBuilder<TItemCollectionBuilder>.InsertColorBox(Int32) Method

Inserts a new color box item to the ribbon item collection at the specified position.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonColorBoxItemBuilder InsertColorBox(
    int index
)

Parameters

Name Type Description
index Int32

The position to insert the item.

Returns

Type Description
RibbonColorBoxItemBuilder

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

See Also