ISchedulerTimeSlotAppointments Property |
A list of the appointments that start in this time slot.
Namespace: Kettic.AspNet.Controls.Scheduler.ViewsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax IList<Appointment> Appointments { get; }
ReadOnly Property Appointments As IList(Of Appointment)
Get
property IList<Appointment^>^ Appointments {
IList<Appointment^>^ get ();
}
abstract Appointments : IList<Appointment> with get
Property Value
Type:
IListAppointmentSee Also