CalendarHeaderTitleProps
Interface
The props which will be received by the custom header title of the Calendar and the MultiViewCalendar.
Definition
Package:@progress/kendo-react-dateinputs
Properties
children?
ReactNode
Child elements to render inside the header title
className?
string
CSS class name for styling the header title
disabled?
boolean
Whether the header title is disabled
id?
string
Unique identifier for the header title element
onClick?
(event: SyntheticEvent<any, Event>) => void
Click event handler for the header title
Parameters:event?SyntheticEvent<any, Event>
style?
CSSProperties
Inline styles applied to the header title
value?
string
Text value displayed in the header title
Current calendar view type