Skip to main content

ASPxClientRichEditPopupMenuItem.name Property

Specifies the unique identifier name for the current menu item.

#Declaration

TypeScript
name: string

#Property Value

Type Description
string

The item 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