DateRangePickerProps
Represents the props of the KendoReact DateRangePicker component.
Name | Type | Default | Description |
---|---|---|---|
adaptive? |
|
|
/**
|
adaptiveSubtitle? |
|
/**
| |
adaptiveTitle? |
|
/**
| |
allowReverse? |
|
If
| |
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. | |
autoFocus? |
|
|
/**
|
calendar? |
|
Enables the customization or the override of the default Calendar which is rendered by the DateRangePicker. | |
calendarSettings? |
|
Represents the additional props that can be passed to the MultiViewCalendar inside the DateRangePicker (see example). | |
className? |
|
Sets the | |
clearButton? |
|
/**
| |
defaultShow? |
|
Sets the default state of the DateRangePicker upon render (see example). | |
defaultValue? |
|
Set the initial | |
disabled? |
|
Determines whether the DateRangePicker is disabled (see example). | |
endDateInput? |
|
Enables the customization or the override of the default end DateInput which is rendered by the DateRangePicker (see example). | |
endDateInputSettings? |
|
Represents the additional props that can be passed to the end-date DateInput inside the DateRangePicker (see example). | |
focusedDate? |
|
Specifies the focused date of the DateRangePicker (see example). | |
format? |
|
Specifies the
| |
id? |
|
Specifies the | |
inputAttributes? |
|
Pass HTML attributes to the internal focusable input elements. Attributes required for core logic are ignored. | |
max? |
|
Specifies the greatest valid date (see example). | |
min? |
|
Specifies the smallest valid date (see example). | |
onBlur? |
|
Fires each time any of the DateRangePicker elements gets blurred. | |
onCancel? |
|
Fires when the popup is about to cancel in (adaptive mode). | |
onChange? |
|
Fires when the user changes part of the range (see example). | |
onClose? |
|
Fires when the popup closes. | |
onFocus? |
|
Fires each time the user focuses any of the DateRangePicker elements. | |
onOpen? |
|
Fires when the popup opens. | |
popup? |
|
Enables the customization or the override of the default Popup which is rendered by the DateRangePicker (see example). | |
popupSettings? |
|
Represents the additional props that will be passed to the Popup inside the DateRangePicker (see example). | |
show? |
|
Specifies if the calendar will be displayed (see example). | |
startDateInput? |
|
Enables the customization or the override of the default start DateInput which is rendered by the DateRangePicker (see example). | |
startDateInputSettings? |
|
Represents the additional props that will be passed to the start-date DateInput inside the DateRangePicker (see example). | |
style? |
|
Specifies the additional styles that will be applied to the wrapping DateRangePicker element. | |
swapButton? |
|
Determines whether the DateRangePicker will display a Swap Value button (see example).
| |
tabIndex? |
|
Sets the | |
valid? |
|
Override the validity state.
If | |
value? |
|
Set the selected range (see example).
Provide |