Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / AppointmentCollection Class
Members

In This Topic
    AppointmentCollection Class
    In This Topic
    The AppointmentCollection is a collection of all Appointment objects in the C1Schedule component.
    Object Model
    AppointmentCollection Class
    Syntax
    'Declaration
     
    
    Public Class AppointmentCollection 
       Inherits C1.C1Schedule.BaseCollection(Of Appointment)
    public class AppointmentCollection : C1.C1Schedule.BaseCollection<Appointment> 
    Inheritance Hierarchy
    See Also