New to Kendo UI for Vue? Start a free 30-day trial
GridColumnMenuItemProps
The props of the GridColumnMenuItem component.
| Name | Type | Default | Description | 
|---|---|---|---|
| icon? | 
 | Defines the name for the icon. | |
| iconClass | 
 | The class of the icon rendered next to the title. | |
| onClick? | 
 | Triggered on each click on the title. | |
| selected? | 
 | The selected state of the component. | |
| svgIcon? | 
 | Defines the svg icon in a Kendo UI for Vue theme. | |
| title | 
 | The title of the GridColumnMenuItem component. |