DatePickerHandle
Interface
Represent the ref of the DatePicker component.
Definition
Package:@progress/kendo-react-dateinputs
Properties
calendar
null | CalendarHandle
Gets the Calendar component inside the DatePicker component.
dateInput
null | DateInputHandle
Gets the DateInput component inside the DatePicker component.
element
null | HTMLSpanElement
Returns the HTML element of the DatePicker component.
mobileMode
boolean
Returns a boolean value indicating whether the DatePicker is in mobile mode.
name
undefined | string
Gets the name property of the DatePicker.
Returns the props of the DatePicker component.
show
boolean
Gets the popup state of the DatePicker.
togglePopup
() => void
Toggles the popup of the DatePicker.
Represents the validity state into which the DatePicker is set.
value
null | Date
Gets the value of the DatePicker.