ComponentOne Scheduler for WPF and Silverlight
IntervalAppointmentCollection Class
Members 

C1.WPF.Schedule Namespace : IntervalAppointmentCollection Class
The IntervalAppointmentCollection class is a System.Collections.ObjectModel.ReadOnlyObservableCollection`1 collection of IntervalAppointment objects belonging to a certain VisualInterval object.
Object Model
IntervalAppointmentCollection Class
Syntax
'Declaration
 
Public Class IntervalAppointmentCollection 
   Inherits System.Collections.ObjectModel.ReadOnlyObservableCollection(Of IntervalAppointment)
public class IntervalAppointmentCollection : System.Collections.ObjectModel.ReadOnlyObservableCollection<IntervalAppointment> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.ReadOnlyCollection<T>
      System.Collections.ObjectModel.ReadOnlyObservableCollection<T>
         C1.WPF.Schedule.IntervalAppointmentCollection

See Also

Reference

IntervalAppointmentCollection Members
C1.WPF.Schedule Namespace