Represents the settings that can be passed to the Calendar inside the DateRangePicker.
| Name | Type | Default | Description |
|---|---|---|---|
bottomView? | | Defines the bottommost view to which the user can navigate. | |
cell? | | Enables the customization or the override of the default Calendar cell(see example). | |
className? | | Sets the | |
defaultActiveView? | | Sets the default active view of the Calendar.If not set, the Calendar will display the month view. | |
disabled? | | Determines whether the Calendar is disabled. | |
focusedDate? | | Sets the initial focused date of the Calendar. | |
headerTitle? | | Enables the customization or the override of the default header title in the Calendar(see example). | |
id? | | Sets the | |
max? | | Sets the maximum allowed date of the Calendar. Defaults to | |
min? | | Sets the minimum allowed date of the Calendar. Defaults to | |
navigation? | | Determines if the navigation sidebar will be displayed. | |
onBlur? | | Fires each time the Calendar is blurred. | |
onFocus? | | Fires each time the Calendar is focused. | |
tabIndex? | | Sets the | |
topView? | | Defines the topmost view to which the user can navigate. | |
weekCell? | | Enables the customization or the override of the default week-column cell in the Calendar(see example). | |
weekNumber? | | Determines if the week number column will be displayed. |