New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
appointment
domElement
Telerik.Web.UI.ISchedulerModel
Updated over 6 months ago
Inheritance Hierarchy
Methods
getTimeSlotForAppointment
Gets the time slot that will contain the specified appointment if it's added to the scheduler.
Parameters
appointment Telerik.Web.UI.SchedulerAppointment
The appointment for which to find the time slot.
Returns
Telerik.Web.UI.ISchedulerTimeSlot The time slot instance associated with the specified DOM element.
get_visibleRangeEnd
Gets the last visible date of the current view.
Parameters
Returns
Date The last visible date of the current view.
get_visibleRangeStart
Gets the first visible date of the current view.
Parameters
Returns
Date The first visible date of the current view.
getTimeSlotFromDomElement
Gets the time slot associated with the specified DOM element.
Parameters
domElement Element
The time slot DOM element
Returns
Telerik.Web.UI.ISchedulerTimeSlot The time slot instance associated with the specified DOM element.