PivotGridRowProps
Represents the props of the KendoReact PivotGridRow component.
Definition
Package:@progress/kendo-react-pivotgrid
Properties
ariaOwns?
string
Sets the aria-owns property of the top-most element of the PivotGridRow.
children?
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?
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.