New to KendoReactStart a free 30-day trial

PivotGridRowProps
Premium

Represents the props of the KendoReact PivotGridRow component.

NameTypeDefaultDescription

ariaOwns?

string

Sets the aria-owns property of the top-most element of the PivotGridRow.

children?

React.ReactNode

Sets the children property of the top-most element of the PivotGridRow.

className?

string

Sets the className property of the top-most element of the PivotGridRow in addition to the default k-pivotgrid-row class.

id?

string

Sets the id property of the top-most element of the PivotGridRow.

onClick?

(args: any) => void

Fires when the user clicks the PivotGridRow.

onDoubleClick?

(args: any) => void

Fires when the user double-clicks the PivotGridRow.

onMouseDown?

(args: any) => void

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

onMouseEnter?

(args: any) => void

Fires when the cursor enters the PivotGridRow area.

onMouseLeave?

(args: any) => void

Fires when the cursor leaves the PivotGridRow area.

onMouseMove?

(args: any) => void

Fires when the cursor moves within the PivotGridRow area.

onMouseOut?

(args: any) => void

Fires when the cursor moves outside the PivotGridRow area.

onMouseOver?

(args: any) => void

Fires when the cursor moves over the PivotGridRow area.

onMouseUp?

(args: any) => void

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

path?

string[]

Represents the path leading to the current row.

role?

string

Sets the role property of the top-most element of the PivotGridRow.

style?

React.CSSProperties

Sets the style property of the top-most element of the PivotGridRow.

tabIndex?

number

Sets the tabIndex property of the top-most element of the PivotGridRow.

Not finding the help you need?
Contact Support