MultiViewCalendarProps
Represents the props of the KendoReact MultiViewCalendar component. The generic argument is passed to the onChange
property and is used as a target in the MultiViewCalendarChangeEvent
interface.
Name | Type | Default | Description |
---|---|---|---|
activeRangeEnd? |
|
Specifies which end of the defined selection range will be marked as active.
| |
allowReverse? |
|
If set to | |
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
bottomView? |
|
Defines the bottommost view to which the user can navigate. | |
cell? |
|
Enables the customization or the override of the default MultiViewCalendar cell (see example). | |
className? |
|
Sets the | |
defaultActiveView? |
|
Sets the default active view of the MultiViewCalendar. If not set, the MultiViewCalendar displays the month view. | |
defaultValue? |
|
Sets the default value of the MultiViewCalendar. | |
disabled? |
|
Determines whether the MultiViewCalendar is disabled. | |
focusedDate? |
|
Sets the initial focused date of the MultiViewCalendar. | |
headerTitle? |
|
Enables the customization or the override of the default header title in the MultiViewCalendar (see example). | |
id? |
|
Sets the | |
max? |
|
Sets the maximum allowed date of the MultiViewCalendar. Defaults to | |
min? |
|
Sets the minimum allowed date of the MultiViewCalendar. Defaults to | |
mode? |
|
Sets the selection mode of the MultiViewCalendar. The available modes are:
| |
onBlur? |
|
Fires each time the MultiViewCalendar is blurred. | |
onChange? |
|
An event that is called after the value of the MultiViewCalendar has changed. The new value is generated based on the current | |
onFocus? |
|
Fires each time the MultiViewCalendar is focused. | |
showOtherMonthDays? |
|
Displays the days that fall out of the current month. | |
tabIndex? |
|
Sets the | |
topView? |
|
Defines the topmost view to which the user can navigate. | |
value? |
|
Sets the value of the MultiViewCalendar. Based on the value type, the MultiViewcalendar renders a single, multiple, or range selection. | |
views? |
|
Sets the | |
weekCell? |
|
Enables the customization or the override of the default week cell in the MultiViewCalendar (see example). | |
weekDaysFormat? |
|
|
Specifies the possible format options for the displayed Calendar week days' names. |
weekNumber? |
|
Determines if the week number column will be displayed. |