Skip to main content
JS

RichEditRibbonItemCollectionBuilder.AddChangeTableBorderItem() Method

Adds the Change Table Border item to the ribbon item collection.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v24.1.dll

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public RibbonMenuItemBuilder AddChangeTableBorderItem()

Returns

Type Description
RibbonMenuItemBuilder

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

See Also