Name | Parameters | Return Type | Description |
|---|
get_selectedDate | none | Date | Returns the selected date, or null if no date is selected. |
set_selectedDate | Date | none | Assigns the value of the date picker. |
isEmpty | none | boolean | Returns true if the value is unassigned. |
get_maxDate | none | Date | Returns the latest date the user can select. |
set_maxDate | Date | none | Sets the latest date the user can select. |
get_minDate | none | Date | Returns the earliest date the user can select. |
set_minDate | Date | none | Sets the earliest date the user can select. |
get_focusedDate | none | Date | Returns the date that determines the view the popup calendar uses when the value of the date picker is not assigned. |
set_focusedDate | Date | none | Sets the date that determines the view the popup calendar uses when the value of the date picker is not assigned. |
get_enabled | none | boolean | Gets whether the control is enabled. |
set_enabled | boolean | none |
Sets whether the control is enabled and operable by the user.
|
get_enableScreenBoundaryDetection | boolean | none | Gets whether the control switches the popup direction automatically, depending on the proximity of the page boundaries.
|
set_enableScreenBoundaryDetection | boolean | none |
Sets whether the control switches the popup direction automatically, depending on the proximity of the page boundaries.
|
get_popupDirection | none | Telerik.Web.RadDatePickerPopupDirection |
Gets the (default) popup direction of the calendar and timeview popups. This property is related to the screen boundary detection.
|
set_popupDirection | Telerik.Web.RadDatePickerPopupDirection | none |
Sets the (default) popup direction of the calendar and timeview popups. This property is related to the screen boundary detection.
|
isPopupVisible | none | boolean | Returns whether the popup calendar is visible. |
get_calendar | none |
RadCalendar
| Returns a reference to the client object for the popup calendar. |
get_dateInput | none |
RadDateInput
| Returns a reference to the client object for the input area. For details on using this object, see the RadInput documentation. |
get_element | none | HTML element | Returns the DOM element for the entire RadDatePicker control. |
get_textBox | none | HTML element | Returns the DOM element for the text box that implements the input area. |
get_popupButton | none | HTML element | Returns the DOM element for the calendar popup button. |
get_popupContainer | none | HTML element | Returns the DOM element for the <DIV> that contains the popup calendar. |
getElementDimensions | HTML element | rectangle | Returns the dimensions of the specified child element. |
getElementPosition | HTML element | point | Returns the x and y coordinates of the specified child element. |