• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

PivotGridConfiguratorButtonProps

Represents the props of the KendoReact PivotGridConfiguratorButton component.

NameTypeDefaultDescription

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

onDoubleClick?

(args: KendoMouseEvent<PivotGridConfiguratorButtonHandle>) => void

onMouseDown?

(args: KendoMouseEvent<PivotGridConfiguratorButtonHandle>) => void

onMouseEnter?

(args: KendoMouseEvent<PivotGridConfiguratorButtonHandle>) => void

onMouseLeave?

(args: KendoMouseEvent<PivotGridConfiguratorButtonHandle>) => void

onMouseMove?

(args: KendoMouseEvent<PivotGridConfiguratorButtonHandle>) => void

onMouseOut?

(args: KendoMouseEvent<PivotGridConfiguratorButtonHandle>) => void

onMouseOver?

(args: KendoMouseEvent<PivotGridConfiguratorButtonHandle>) => void

onMouseUp?

(args: KendoMouseEvent<PivotGridConfiguratorButtonHandle>) => void

style?

React.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.