Skip to main content
JS

RichEditRibbonItemCollectionBuilder.AddTableCellShadingItem() Method

Adds the Table Cell Shading item to the ribbon item collection.

Namespace: DevExpress.AspNetCore.RichEdit

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

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public RibbonColorBoxItemBuilder AddTableCellShadingItem()

Returns

Type Description
RibbonColorBoxItemBuilder

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

See Also