Contains IAppointmentStatusInfo objects.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class SchedulerStatusCollection : ObservableCollection<IAppointmentStatusInfo>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx, ISchedulerStorage<IAppointmentStatusInfo>, IEnumerable
Inheritance: objectCollection<IAppointmentStatusInfo>ObservableCollection<IAppointmentStatusInfo>SchedulerStatusCollection
Implements:
Inherited Members
Constructors
C#
public SchedulerStatusCollection()
Methods
Gets a IAppointmentStatusInfo object by id.
C#
public virtual IAppointmentStatusInfo GetById(object id)
The id.
Returns:Implements: