SpreadsheetRibbonItemCollectionBuilder.AddBackgroundColorItem() Method
Adds the Background Color item to the ribbon item collection.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
Declaration
public RibbonColorBoxItemBuilder AddBackgroundColorItem()
Returns
Type | Description |
---|---|
RibbonColorBoxItemBuilder | An object that can be used to further configure the added item. |
See Also