• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

DateRangePickerHandle

A subclass of React.Component.

Represent the ref of the DateRangePicker component.

NameTypeDefaultDescription

calendar

"null" | MultiViewCalendarHandle

Gets the MultiVieCalendar inside the DateRangePicker.

element

"null" | HTMLSpanElement

Returns the HTML element of the DateRangePicker component.

endDateInput

"null" | DateInputHandle

Gets the end DateInput component inside the DateRangePicker component.

mobileMode

boolean

props

Readonly<DateRangePickerProps>

The props of the DateRangePickerHandle component.

show

boolean

startDateInput

"null" | DateInputHandle

Gets the start DateInput component inside the DateRangePicker component.

value

SelectionRange

Gets the value of the DateRangePicker.