• What is KendoReact
  • Getting Started
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilitiesupdated
    • Conversational UI
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editorupdated
    • Excel Export
    • File Saver
    • Formupdated
    • Gantt
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewerupdated
    • 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

style?

React.CSSProperties

title?

string

value

Date

view?

CalendarViewEnum

Methods

onClick

Parameters

value

Date

event?

MouseEvent<any>

onMouseEnter

Parameters

value

Date

event?

MouseEvent<any>

onMouseLeave

Parameters

value

Date

event?

MouseEvent<any>