PivotGridConfiguratorButtonProps
Represents the props of the KendoReact PivotGridConfiguratorButton component.
Definition
Package:@progress/kendo-react-pivotgrid
Properties
className?
string
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.
onDoubleClick?
(args: any) => void
Fires when the user double-clicks the PivotGridConfiguratorButton.
onMouseDown?
(args: any) => void
Fires when the user presses a mouse button while the cursor is over the PivotGridConfiguratorButton.
onMouseEnter?
(args: any) => void
Fires when the cursor enters the PivotGridConfiguratorButton area.
onMouseLeave?
(args: any) => void
Fires when the cursor leaves the PivotGridConfiguratorButton area.
onMouseMove?
(args: any) => void
Fires when the cursor moves within the PivotGridConfiguratorButton area.
onMouseOut?
(args: any) => void
Fires when the cursor moves outside the PivotGridConfiguratorButton area.
onMouseOver?
(args: any) => void
Fires when the cursor moves over the PivotGridConfiguratorButton area.
onMouseUp?
(args: any) => void
Fires when the user releases a mouse button while the cursor is over the PivotGridConfiguratorButton.
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.