Skip to main content

ASPxClientMenuItem.name Property

Gets the name that uniquely identifies the menu item.

#Declaration

TypeScript
name: string

#Property Value

Type Description
string

A string value that represents the value assigned to the item’s MenuItem.Name property.

#Remarks

Use the name property to obtain the value of the item’s MenuItem.Name property that uniquely identifies the menu item.

See Also