Scheduler for WPF | ComponentOne
C1.Schedule.Printing Namespace / DateAppointmentsCollection Class
Members

In This Topic
    DateAppointmentsCollection Class
    In This Topic
    The DateAppointmentsCollection class represents the KeyedCollection collection which can be used as a data source in C1PrintDocument documents.
    Object Model
    DateAppointmentsCollection Class
    Syntax
    'Declaration
     
    
    Public Class DateAppointmentsCollection 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of Date,DateAppointments)
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.Schedule.Printing.DateAppointmentsCollection

    See Also