ASPxClientSpreadsheetPopupMenuType Enum
Lists values that identify the context menu type.
#Declaration
declare enum ASPxClientSpreadsheetPopupMenuType {
ColumnHeading = 0,
RowHeading = 1,
SheetTab = 3,
Picture = 4,
Chart = 5,
Cell = 7,
AutoFilter = 8,
PivotTable = 9,
PivotTableAutoFilter = 10
}
#Members
Name | Description |
---|---|
Auto
|
Specifies a context menu which can be invoked by clicking the Auto |
Cell
|
Specifies a context menu which can be invoked by right-clicking any cell in a worksheet. |
Chart
|
Specifies a context menu which can be invoked by right-clicking a chart in a worksheet. |
Column
|
Specifies a context menu which can be invoked by right-clicking a column header. |
Picture
|
Specifies a context menu which can be invoked by right-clicking a picture embedded in a worksheet. |
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 |
Row
|
Specifies a context menu which can be invoked by right-clicking a row header. |
Sheet
|
Specifies a context menu which can be invoked by right-clicking a worksheet tab. |
#Remarks
The values listed by this enumerator are used to set the ASPxClientSpreadsheetPopupMenuShowingEventArgs.menuType property’s value.