New to KendoReact? Learn about KendoReact Free.
DateRangePickerHandle
A subclass of React.Component.
Represent the ref
of the DateRangePicker component.
Name | Type | Default | Description |
---|---|---|---|
calendar |
|
Gets the MultiVieCalendar inside the DateRangePicker. | |
element |
|
Returns the HTML element of the DateRangePicker component. | |
endDateInput |
|
Gets the end DateInput component inside the DateRangePicker component. | |
mobileMode |
|
Returns a boolean value indicating whether the DateRangePicker is in mobile mode. | |
props |
|
The props of the DateRangePickerHandle component. | |
show |
|
Whether the popup of the DateRangePicker is currently open. | |
startDateInput |
|
Gets the start DateInput component inside the DateRangePicker component. | |
value |
|
Gets the value of the DateRangePicker. |