windowsforms-devexpress-dot-xtraspreadsheet-163939f3.md
Lists ribbon tabs/toolbars that can be added to the SpreadsheetControl at runtime.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.XtraSpreadsheet.v25.2.dll
NuGet Package : DevExpress.Win.Spreadsheet
[Flags]
public enum SpreadsheetToolbarType
<Flags>
Public Enum SpreadsheetToolbarType
| Name | Description |
|---|---|
File |
Specifies the File ribbon tab/toolbar.
|
| Home |
Specifies the Home ribbon tab/bar group.
|
| Insert |
Specifies the Insert ribbon tab/bar group.
|
| PageLayout |
Specifies the Page Layout ribbon tab/bar group.
|
| Review |
Specifies the Review ribbon tab/bar group.
|
| View |
Specifies the View ribbon tab/bar group.
|
| Formulas |
Specifies the Formulas ribbon tab/bar group.
|
| Data |
Specifies the Data ribbon tab/bar group.
|
| ChartTools |
Specifies the Chart Tools contextual ribbon tab/bar group.
|
| TableTools |
Specifies the Table Tools contextual ribbon tab/bar group.
|
| PictureTools |
Specifies the Picture Tools contextual ribbon tab/toolbar.
|
| DrawingTools |
Specifies the Drawing Tools contextual ribbon tab/toolbar.
|
| PivotTableTools |
Specifies the PivotTable Tools contextual ribbon tab/bar group.
|
| MailMerge |
Specifies the Mail Merge ribbon tab/bar group.
|
| All |
Specifies all ribbon tabs/bars, except for the Mail Merge toolbar.
|
Pass the SpreadsheetToolbarType enumeration values to the CreateRibbon or CreateBars method to add ribbon tabs or bars to the SpreadsheetControl.
See Also