Skip to main content

ASPxClientRichEditPopupMenuItem.enabled Property

Indicates whether the menu item is enabled.

Declaration

enabled: boolean

Property Value

Type Description
boolean

true, if the item is enabled; otherwise, false.

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