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

ASPxClientRichEditPopupMenuItem.GetItem(index) Method

Returns the menu item’s sub-item with the specified index.

Declaration

GetItem(
    index: number
): ASPxClientRichEditPopupMenuItem

Parameters

Name Type Description
index number

An integer value specifying the index of the sub-item within a collection of the current menu item’s submenu items.

Returns

Type Description
ASPxClientRichEditPopupMenuItem

An ASPxClientRichEditPopupMenuItem object representing the found sub-item.

See Also