Class ObservableAppointmentCollection
Represents a dynamic data collection of Appointments that provides notifications when appointments get added, removed, or when the whole list is refreshed.
Inheritance
System.Object
ObservableAppointmentCollection
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class ObservableAppointmentCollection : ObservableCollection<Appointment>
Constructors
ObservableAppointmentCollection()
Declaration
public ObservableAppointmentCollection()