New to KendoReactStart a free 30-day trial

Defines the props of the ColumnMenuItem component.

Definition

Package:@progress/kendo-react-data-tools

Properties

disabled?

boolean

Disables the item when true.

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.