ASPxClientRichEditPopupMenuItem.enabled Property
In This Article
Indicates whether the menu item is enabled.
#Declaration
TypeScript
enabled: boolean
#Property Value
Type | Description |
---|---|
boolean |
|
#Remarks
When the enabled property is set to false
, the menu item doesn’t respond to user interactions, such as mouse hovering or clicks.
See Also