The IntervalAppointmentCollection class is a ReadOnlyObservableCollection<(Of <(<'T>)>)> collection of IntervalAppointment objects belonging to a certain VisualInterval object.

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

Syntax

C#
public class IntervalAppointmentCollection : ReadOnlyObservableCollection<IntervalAppointment>
Visual Basic (Declaration)
Public Class IntervalAppointmentCollection _
	Inherits ReadOnlyObservableCollection(Of IntervalAppointment)

Inheritance Hierarchy

See Also