New to KendoReact? Learn about KendoReact Free.
CalendarWeekCellProps
The props which will be received by the custom week cell of the Calendar and the MultiViewCalendar.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
Child elements to render inside the week cell | |
className? |
|
CSS class name for styling the week cell | |
firstDate |
|
First date of the week represented by this cell | |
id? |
|
Unique identifier for the week cell element | |
onClick? |
|
Click event handler for the week cell | |
style? |
|
Inline styles applied to the week cell | |
value? |
|
Week number value, null if not available | |
weekDays? |
|
Array of dates representing all days in the week |