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