Skip to main content

ASPxClientSpreadsheetPopupMenuItemCollection.Get(index) Method

Returns a menu item specified by its index in the collection.

Declaration

Get(
    index: number
): ASPxClientSpreadsheetPopupMenuItem

Parameters

Name Type Description
index number

The index of the ASPxClientSpreadsheetPopupMenuItem to retrieve from the ASPxClientSpreadsheetPopupMenuItemCollection.

Returns

Type Description
ASPxClientSpreadsheetPopupMenuItem

A ASPxClientSpreadsheetPopupMenuItem object that is a menu item with the specified index.

See Also