Version

calendar Property

Gets reference to currently opened WebMonthCalendar. Note: the calendar cannot be used for actions which will conflict with default behavior of WebDatePicker. For example, set_selectedDate(date), setFocus() and similar actions are not supported. Reference to calendar
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_calendar() : Infragistics.Web.UI.WebMonthCalendar
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDatePicker.get_calendar();
See Also