New to KendoReact? Learn about KendoReact Free.
CalendarNavigationItemProps
The props which will be received by the custom navigation item of the Calendar.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
Child elements to render within the navigation item | |
className? |
|
CSS class name to apply to the navigation item | |
id? |
|
Unique identifier for the navigation item element | |
isRangeStart? |
|
Indicates whether this item represents the start of a range selection | |
onClick? |
|
Callback function triggered when the navigation item is clicked | |
style? |
|
CSS styles to apply to the navigation item | |
text? |
|
The text content displayed in the navigation item | |
value |
|
The date value associated with this navigation item | |
view? |
|
The current view of the calendar (month, year, decade, century) |