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

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Inheritance Hierarchy

See Also