CalendarNavigationItemProps
Interface
The props which will be received by the custom navigation item of the Calendar.
Definition
Package:@progress/kendo-react-dateinputs
Properties
children?
ReactNode
Child elements to render within the navigation item
className?
string
CSS class name to apply to the navigation item
id?
string
Unique identifier for the navigation item element
isRangeStart?
boolean
Indicates whether this item represents the start of a range selection
onClick?
(value: Date, event: SyntheticEvent<any, Event>) => void
Callback function triggered when the navigation item is clicked
Parameters:valueDateevent?SyntheticEvent<any, Event>
style?
CSSProperties
CSS styles to apply to the navigation item
text?
string
The text content displayed in the navigation item
value
Date
The date value associated with this navigation item
The current view of the calendar (month, year, decade, century)