SpreadsheetRibbonItemCollectionBuilder.AddTableModifyStyleItem() Method
Adds the Table Modify Style item to the ribbon item collection.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v26.1.dll
Declaration
public RibbonButtonItemBuilder AddTableModifyStyleItem()
Returns
| Type | Description |
|---|---|
| RibbonButtonItemBuilder | An object that can be used to further configure the added item. |
See Also