New to KendoReactLearn about KendoReact Free.

CalendarWeekCellProps

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

NameTypeDefaultDescription

children?

React.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>) => void

Click event handler for the week cell

style?

React.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

Not finding the help you need?
Contact Support