ASPxClientRichEditPopupMenuItemCollection.GetByName(name) Method
In This Article
Returns an item object with the specified ASPxClientRichEditPopupMenuItem.name property value.
#Declaration
TypeScript
GetByName(
name: string
): ASPxClientRichEditPopupMenuItem
#Parameters
Name | Type | Description |
---|---|---|
name | string | A string value representing the ASPx |
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
Use this method to obtain an item specified by a unique name assigned to its ASPxClientRichEditPopupMenuItem.name property.
See Also