PivotGridColumnProps
Represents the props of the KendoReact PivotGridColumn component.
Definition
Package:@progress/kendo-react-pivotgrid
Properties
children?
ReactNode
Sets the children property of the top-most element of the PivotGridColumn.
className?
string
Sets the className property of the top-most element of the PivotGridColumn in addition to the default k-pivotgrid-row class.
id?
string
Sets the id property of the top-most element of the PivotGridColumn.
onClick?
(args: any) => void
Fires when the user clicks the PivotGridColumn.
onDoubleClick?
(args: any) => void
Fires when the user double-clicks the PivotGridColumn.
onMouseDown?
(args: any) => void
Fires when the user presses a mouse button while the cursor is over the PivotGridColumn.
onMouseEnter?
(args: any) => void
Fires when the cursor enters the PivotGridColumn area.
onMouseLeave?
(args: any) => void
Fires when the cursor leaves the PivotGridColumn area.
onMouseMove?
(args: any) => void
Fires when the cursor moves within the PivotGridColumn area.
onMouseOut?
(args: any) => void
Fires when the cursor moves outside the PivotGridColumn area.
onMouseOver?
(args: any) => void
Fires when the cursor moves over the PivotGridColumn area.
onMouseUp?
(args: any) => void
Fires when the user releases a mouse button while the cursor is over the PivotGridColumn.
path?
string[]
Represents the path leading to the current column.
style?
CSSProperties
Sets the style property of the top-most element of the PivotGridColumn.
tabIndex?
number
Sets the tabIndex property of the top-most element of the PivotGridColumn.