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: KendoMouseEvent<PivotGridRowHandle>) => void

onDoubleClick?

(args: KendoMouseEvent<PivotGridRowHandle>) => void

onMouseDown?

(args: KendoMouseEvent<PivotGridRowHandle>) => void

onMouseEnter?

(args: KendoMouseEvent<PivotGridRowHandle>) => void

onMouseLeave?

(args: KendoMouseEvent<PivotGridRowHandle>) => void

onMouseMove?

(args: KendoMouseEvent<PivotGridRowHandle>) => void

onMouseOut?

(args: KendoMouseEvent<PivotGridRowHandle>) => void

onMouseOver?

(args: KendoMouseEvent<PivotGridRowHandle>) => void

onMouseUp?

(args: KendoMouseEvent<PivotGridRowHandle>) => void

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