New to KendoReactStart a free 30-day trial

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.

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.

Parameters:argsany

onDoubleClick?

(args: any) => void

Fires when the user double-clicks the PivotGridColumn.

Parameters:argsany

onMouseDown?

(args: any) => void

Fires when the user presses a mouse button while the cursor is over the PivotGridColumn.

Parameters:argsany

onMouseEnter?

(args: any) => void

Fires when the cursor enters the PivotGridColumn area.

Parameters:argsany

onMouseLeave?

(args: any) => void

Fires when the cursor leaves the PivotGridColumn area.

Parameters:argsany

onMouseMove?

(args: any) => void

Fires when the cursor moves within the PivotGridColumn area.

Parameters:argsany

onMouseOut?

(args: any) => void

Fires when the cursor moves outside the PivotGridColumn area.

Parameters:argsany

onMouseOver?

(args: any) => void

Fires when the cursor moves over the PivotGridColumn area.

Parameters:argsany

onMouseUp?

(args: any) => void

Fires when the user releases a mouse button while the cursor is over the PivotGridColumn.

Parameters:argsany

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.