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

SpreadsheetMenuType Enum

Lists values used to specify the type of the SpreadsheetControl’s context menu.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v24.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

#Declaration

public enum SpreadsheetMenuType

#Members

Name Description
None

Specifies no menu.

ColumnHeading

Specifies a context menu which can be invoked by right-clicking a column header.

RowHeading

Specifies a context menu which can be invoked by right-clicking a row header.

SelectAllButton

Specifies a context menu which can be invoked by right-clicking the Select All button in the upper-left corner of a worksheet.

SheetTab

Specifies a context menu which can be invoked by right-clicking a worksheet tab.

Picture

Specifies a context menu which can be invoked by right-clicking a picture embedded in a worksheet.

Chart

Specifies a context menu which can be invoked by right-clicking a chart in a worksheet.

DrawingObjects

Specifies a context menu which can be invoked by right-clicking a drawing object when a worksheet contains several drawing objects, such as pictures or charts.

Cell

Specifies a context menu which can be invoked by right-clicking any cell in a worksheet.

AutoFilter

Specifies a context menu which can be invoked by clicking the AutoFilter drop-down arrow.

PivotTable

Specifies a context menu which can be invoked by right-clicking any cell in a pivot table.

PivotTableAutoFilter

Specifies a context menu which can be invoked by clicking the AutoFilter drop-down arrow on the row or column label of a pivot table.

#Related API Members

The following properties accept/return SpreadsheetMenuType values:

#Remarks

The SpreadsheetMenuType enumeration values are used by the PopupMenuShowingEventArgs.MenuType property.

See Also