Skip to main content
A newer version of this page is available. .
JS

RichEditRibbonItemCollectionBuilder.AddDeleteTableItem() Method

Adds the Delete Table item to the ribbon item collection.

Namespace: DevExpress.AspNetCore.RichEdit

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

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public RibbonMenuItemBuilder AddDeleteTableItem()

Returns

Type Description
RibbonMenuItemBuilder

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

See Also