Skip to main content
A newer version of this page is available. .

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

An integer value that is the zero-based 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