The AppointmentCollection is a collection of all Appointment objects in the C1Schedule component.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class AppointmentCollection : BaseCollection<Appointment>
Visual Basic
Public Class AppointmentCollection _
	Inherits BaseCollection(Of Appointment)

Inheritance Hierarchy

See Also