ASPxClientSpreadsheetPopupMenuItem.GetItem(index) Method
Returns the menu item’s sub-item with the specified index.
Declaration
GetItem(
index: number
): ASPxClientSpreadsheetPopupMenuItem
Parameters
| Name | Type | Description |
|---|---|---|
| index | number | The index of the sub-item within a collection of the current menu item’s submenu items. |
Returns
| Type | Description |
|---|---|
| ASPxClientSpreadsheetPopupMenuItem | An ASPxClientSpreadsheetPopupMenuItem object representing the found sub-item. |
See Also