Skip to main content
JS

RichEditRibbonItemCollectionBuilder.InsertPageColorItem(Int32) Method

Inserts the Page Color item to the ribbon item collection at the specified position.

Namespace: DevExpress.AspNetCore.RichEdit

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

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public RibbonColorBoxItemBuilder InsertPageColorItem(
    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