ASPxClientSpreadsheetPopupMenuItemCollection.GetByName(name) Method
Returns an item object with the specified ASPxClientSpreadsheetPopupMenuItem.name property value.
Declaration
GetByName(
name: string
): ASPxClientSpreadsheetPopupMenuItem
Parameters
Name | Type | Description |
---|---|---|
name | string | A string value representing the ASPxClientSpreadsheetPopupMenuItem.name property value of the required item. |
Returns
Type | Description |
---|---|
ASPxClientSpreadsheetPopupMenuItem | An ASPxClientSpreadsheetPopupMenuItem object with a specific value of the ASPxClientSpreadsheetPopupMenuItem.name property. |
Remarks
Use this method to obtain an item specified by a unique name assigned to its ASPxClientSpreadsheetPopupMenuItem.name property.
See Also