ColumnMenuItemProps
Interface
Defines the props of the ColumnMenuItem component.
Definition
Package:@progress/kendo-react-data-tools
Properties
disabled?
boolean
Disables the item when true.
iconClass?
string
Sets the font icon CSS class.
onClick?
(event: MouseEvent<HTMLDivElement, MouseEvent>) => void
Fires when the item is clicked.
Parameters:eventMouseEvent<HTMLDivElement, MouseEvent>
selected?
boolean
Indicates that the item is selected when true.
svgIcon?
SVGIcon
Sets the SVG icon definition.
title
string
Sets the item title text.