CalendarCell
A subclass of React.Component.
The CalendarCell
component is internally used for rendering the items in the current view. Also be used as a custom cell
of the Calendar and the MultiViewCalendar.
- Customizing the cells inside the Calendar view
- Customizing the cells inside the MultiViewCalendar view
props
Readonly<CalendarCellProps> intersected with Readonly<{ children?: ReactNode; }>
The props of the CalendarCell component.
Methods
render
Returns
Element
Returns a <td />
element with a <span className="k-link" />
inside to apply the styles. The text inside is the formattedValue
of the cell
.