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 |
---|---|
AutoFilter
|
Specifies a context menu which can be invoked by clicking the AutoFilter drop-down arrow. |
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. |
ColumnHeading
|
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. |
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. |
RowHeading
|
Specifies a context menu which can be invoked by right-clicking a row header. |
SheetTab
|
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.