Skip to main content
JS

RichEditRibbonItemCollectionBuilder.AddInsertTableOfContentsItem() Method

Adds the Insert Table Of Contents item to the ribbon item collection.

Namespace: DevExpress.AspNetCore.RichEdit

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

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public RibbonButtonItemBuilder AddInsertTableOfContentsItem()

Returns

Type Description
RibbonButtonItemBuilder

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

See Also