Skip to main content

ASPxClientRichEditPopupMenuItemCollection.GetByName(name) Method

Returns an item object with the specified ASPxClientRichEditPopupMenuItem.name property value.

Declaration

GetByName(
    name: string
): ASPxClientRichEditPopupMenuItem

Parameters

Name Type Description
name string

A string value representing the ASPxClientRichEditPopupMenuItem.name property value of the required item.

Returns

Type Description
ASPxClientRichEditPopupMenuItem

An ASPxClientRichEditPopupMenuItem object with a specific value of the ASPxClientRichEditPopupMenuItem.name property.

Remarks

Use this method to obtain an item specified by a unique name assigned to its ASPxClientRichEditPopupMenuItem.name property.

See Also