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

ASPxClientRichEditPopupMenuItem.name Property

Gets or sets the unique identifier name for the current menu item.

Declaration

name: string

Property Value

Type Description
string

A string value that specifies the item’s unique identifier name.

Remarks

The name property specifies the unique identifier name for the current menu item. This property can be used to obtain a particular item specified by its unique identifier name (via the ASPxClientRichEditPopupMenuItemCollection.GetByName method) rather than by its index and display text.

See Also