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

ASPxClientRichEditPopupMenuItemCollection.Get(index) Method

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

Declaration

Get(
    index: number
): ASPxClientRichEditPopupMenuItem

Parameters

Name Type Description
index number

An integer value that is the zero-based index of the ASPxClientRichEditPopupMenuItem to retrieve from the ASPxClientRichEditPopupMenuItemCollection.

Returns

Type Description
ASPxClientRichEditPopupMenuItem

An ASPxClientRichEditPopupMenuItem object that is a menu item with the specified index.

See Also