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