• 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

PivotGridColumnProps

Represents the props of the KendoReact PivotGridColumn component.

NameTypeDefaultDescription

children?

React.ReactNode

Sets the children property of the top-most element of the PivotGridColumn.

className?

string

Sets the className property of the top-most element of the PivotGridColumn in addition to the default k-pivotgrid-row class.

id?

string

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

onClick?

(args: KendoMouseEvent<PivotGridColumnHandle>) => void

onDoubleClick?

(args: KendoMouseEvent<PivotGridColumnHandle>) => void

onMouseDown?

(args: KendoMouseEvent<PivotGridColumnHandle>) => void

onMouseEnter?

(args: KendoMouseEvent<PivotGridColumnHandle>) => void

onMouseLeave?

(args: KendoMouseEvent<PivotGridColumnHandle>) => void

onMouseMove?

(args: KendoMouseEvent<PivotGridColumnHandle>) => void

onMouseOut?

(args: KendoMouseEvent<PivotGridColumnHandle>) => void

onMouseOver?

(args: KendoMouseEvent<PivotGridColumnHandle>) => void

onMouseUp?

(args: KendoMouseEvent<PivotGridColumnHandle>) => void

path?

string[]

Represents the path leading to the current column.

style?

React.CSSProperties

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

tabIndex?

number

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