ClassObservableAppointmentCollection
Class
Represents a dynamic data collection of Appointments that provides notifications when appointments get added, removed, or when the whole list is refreshed.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public class ObservableAppointmentCollection : ObservableCollection<Appointment>, IList<Appointment>, ICollection<Appointment>, IList, ICollection, IReadOnlyList<Appointment>, IReadOnlyCollection<Appointment>, IEnumerable<Appointment>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<Appointment>ObservableCollection<Appointment>ObservableAppointmentCollection
Implements:
Inherited Members
Constructors
ObservableAppointmentCollection()
Declaration
cs-api-definition
public ObservableAppointmentCollection()