Interface for a class ContextMenu
EmitType<BeforeOpenCloseMenuEventArgs>
Triggers before closing the menu.
Triggers while rendering each menu item.
EmitType<BeforeOpenCloseMenuEventArgs>
Triggers before opening the menu item.
Triggers once the component rendering is completed.
EmitType<OpenCloseMenuEventArgs>
Triggers while closing the menu.
EmitType<OpenCloseMenuEventArgs>
Triggers while opening the menu item.
Triggers while selecting menu item.
Specifies the animation settings for the sub menu open.
string
Defines class/multiple classes separated by a space in the Menu wrapper.
boolean
Specifies whether to enable the rendering of untrusted HTML values in the Context Menu component. If ‘enableHtmlSanitizer’ set to true, the component will sanitize any suspected untrusted strings and scripts before rendering them.
boolean
Enable or disable persisting component’s state between page reloads.
boolean
Enable or disable rendering component in right to left direction.
boolean
Specifies whether to enable / disable the scrollable option in ContextMenu.
string
Specifies the filter selector for elements inside the target in that the context menu will be opened.
number
If hoverDelay is set by particular number, the menu will open after that period.
string
| Function
This property allows you to define custom templates for items in the ContextMenu.
Specifies menu items with its properties which will be rendered as ContextMenu.
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
boolean
Specifies whether to show the sub menu or not on click. When set to true, the sub menu will open only on mouse click.
string
Specifies target element selector in which the ContextMenu should be opened.