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