New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
SchedulerTimeSlot and SchedulerModel Object
Updated over 6 months ago
Each of the Views - Week, Month and Timeline - and its specific Time Slot are represented by a Model and a TimeSlot client-side object respectively. All Model objects inherit from one common interface - ISchedulerModel, whereas all TimeSlot objects inherit from another common interface - ISchedulerTimeSlot.
The tables below list all public properties and methods of the both client-side interfaces which all specific Model or TimeSlot objects have.