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