Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpreadsheetToolbarType Enum

Lists ribbon tabs/toolbars that can be added to the SpreadsheetControl at runtime.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v24.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

#Declaration

[Flags]
public enum SpreadsheetToolbarType

#Members

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.

#Remarks

Pass the SpreadsheetToolbarType enumeration values to the CreateRibbon or CreateBars method to add ribbon tabs or bars to the SpreadsheetControl.

See Also