Skip to main content

ASPxClientSpreadsheetPopupMenuItem.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 ASPxClientSpreadsheetPopupMenuItemCollection.GetByName method) rather than by its index and display text.

See Also