Click or drag to resize
ISchedulerTimeSlot Interface

Namespace: Kettic.AspNet.Controls.Scheduler.Views
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface ISchedulerTimeSlot

The ISchedulerTimeSlot type exposes the following members.

Properties
  NameDescription
Public propertyAppointments
A list of the appointments that start in this time slot.
Public propertyControl
The control that represents this time slot.
Public propertyCssClass
An optional CSS class name that will be rendered for the time slot.
Public propertyDuration
The duration of the time slot.
Public propertyEnd
The end time of the time slot.
Public propertyIndex
The unique index of the time slot.
Public propertyResource
The resource associated with the time slot.
Public propertyStart
The start time of the time slot.
Top
See Also