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