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
#Members
Name | Description |
---|---|
None
|
Specifies no menu. |
Column
|
Specifies a context menu which can be invoked by right-clicking a column header. |
Row
|
Specifies a context menu which can be invoked by right-clicking a row header. |
Select
|
Specifies a context menu which can be invoked by right-clicking the Select All button in the upper-left corner of a worksheet. |
Sheet
|
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. |
Drawing
|
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. |
Auto
|
Specifies a context menu which can be invoked by clicking the Auto |
Pivot
|
Specifies a context menu which can be invoked by right-clicking any cell in a pivot table. |
Pivot
|
Specifies a context menu which can be invoked by clicking the Auto |
#Related API Members
The following properties accept/return SpreadsheetMenuType values:
#Remarks
The SpreadsheetMenuType enumeration values are used by the PopupMenuShowingEventArgs.MenuType property.