CalendarWeekCellProps
Interface
The props which will be received by the custom week cell of the Calendar and the MultiViewCalendar.
Definition
Package:@progress/kendo-react-dateinputs
Properties
children?
ReactNode
Child elements to render inside the week cell
className?
string
CSS class name for styling the week cell
firstDate
Date
First date of the week represented by this cell
id?
string
Unique identifier for the week cell element
onClick?
(firstDate: Date, value: Date[], event: MouseEvent<HTMLTableCellElement, MouseEvent>) => void
Click event handler for the week cell
Parameters:firstDateDatevalueDate[]eventMouseEvent<HTMLTableCellElement, MouseEvent>
style?
CSSProperties
Inline styles applied to the week cell
value?
null | number
Week number value, null if not available
weekDays?
Date[]
Array of dates representing all days in the week