New to KendoReactStart a free 30-day trial

Definition

Package:@progress/kendo-react-pivotgrid

Properties

Sets the className property of the top-most element of the PivotGridConfiguratorButton in addition to the default k-pivotgrid-configurator-button class.

icon?

CustomComponent​<IconProps intersected with SvgIconProps>

Overrides the default icon component.

The default component is: KendoReactIcon.

id?

string

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

onClick?

(args: any) => void

Fires when the user clicks the PivotGridConfiguratorButton.

Parameters:argsany

onDoubleClick?

(args: any) => void

Fires when the user double-clicks the PivotGridConfiguratorButton.

Parameters:argsany

onMouseDown?

(args: any) => void

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

Parameters:argsany

onMouseEnter?

(args: any) => void

Fires when the cursor enters the PivotGridConfiguratorButton area.

Parameters:argsany

onMouseLeave?

(args: any) => void

Fires when the cursor leaves the PivotGridConfiguratorButton area.

Parameters:argsany

onMouseMove?

(args: any) => void

Fires when the cursor moves within the PivotGridConfiguratorButton area.

Parameters:argsany

onMouseOut?

(args: any) => void

Fires when the cursor moves outside the PivotGridConfiguratorButton area.

Parameters:argsany

onMouseOver?

(args: any) => void

Fires when the cursor moves over the PivotGridConfiguratorButton area.

Parameters:argsany

onMouseUp?

(args: any) => void

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

Parameters:argsany

style?

CSSProperties

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

tabIndex?

number

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