• 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

CalendarCellProps

The props which will be received by the custom cell of the Calendar and the MultiViewCalendar.

NameTypeDefaultDescription

className?

string

formattedValue

string

id

string

isDisabled?

boolean

isFocused

boolean

isInRange

boolean

isRangeEnd

boolean

isRangeMid

boolean

isRangeSplitEnd?

boolean

isRangeSplitStart?

boolean

isRangeStart

boolean

isSelected

boolean

isToday

boolean

isWeekend

boolean

onClick?

(value: Date, event?: MouseEvent<any>) => void

onMouseEnter?

(value: Date, event?: MouseEvent<any>) => void

onMouseLeave?

(value: Date, event?: MouseEvent<any>) => void

style?

React.CSSProperties

title?

string

value

Date

view?

CalendarViewEnum