ComponentOne Scheduler for WinForms
DateAppointmentsCollection Class
Members 

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule.Printing Namespace : DateAppointmentsCollection Class
The DateAppointmentsCollection class represents the System.Collections.ObjectModel.KeyedCollection`2 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)
public class DateAppointmentsCollection : System.Collections.ObjectModel.KeyedCollection<DateTime,DateAppointments> 
Inheritance Hierarchy

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

See Also

Reference

DateAppointmentsCollection Members
C1.C1Schedule.Printing Namespace