Skip to main content

ASPxClientRichEditPopupMenuItem.tooltip Property

Gets or sets the current menu item’s tooltip text.

#Declaration

TypeScript
tooltip: string

#Property Value

Type Description
string

A string which specifies the text content of the current menu item’s tooltip.

#Remarks

Use the tooltip property to define a tooltip text for an individual menu item. If a string is assigned to a menu item’s tooltip property, the tooltip is shown whenever the mouse cursor pauses over the item.

See Also