RadControls for WPF

Represents a dynamic data collection of Appointments that provides notifications when appointments get added, removed, or when the whole list is refreshed.

Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.40

Syntax

C#
public class ObservableAppointmentCollection : ObservableCollection<Appointment>
Visual Basic
Public Class ObservableAppointmentCollection _
	Inherits ObservableCollection(Of Appointment)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Appointment>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'Appointment>)>)>
      Telerik.Windows.Controls.ScheduleView..::..ObservableAppointmentCollection

See Also