New to Kendo UI for Vue? Start a free 30-day trial
Configuring Item Properties
The ContextMenu enables you to apply configuration options to its item properties.
Text
You can set the text of the ContextMenu items by using the text
property.
Change Theme
Theme
Loading ...
URL
You can set the URL of the items by using the url
property. The URL will be rendered as a href
attribute on the item link.
Change Theme
Theme
Loading ...
Icon
You can specify the name of an SVG icon that will be rendered for the item by using the svgIcon
property.
Change Theme
Theme
Loading ...
Styles and Classes
You can set styles and classes to the items by using the cssStyle
and cssClass
properties.
Change Theme
Theme
Loading ...
Disabled Items
You can specify that a ContextMenu item is disabled by using the disabled
property.
Change Theme
Theme
Loading ...