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

ASPxClientSpreadsheetPopupMenuItem.GetItemByName(name) Method

Returns the menu item’s sub-item with the specified ASPxClientSpreadsheetPopupMenuItem.name property value.

Declaration

GetItemByName(
    name: string
): ASPxClientSpreadsheetPopupMenuItem

Parameters

Name Type Description
name string

A string value specifying the ASPxClientSpreadsheetPopupMenuItem.name property value of the sub-item to find.

Returns

Type Description
ASPxClientSpreadsheetPopupMenuItem

An ASPxClientSpreadsheetPopupMenuItem object representing the found sub-item.

See Also