Class RadSchedulerReminder
Represent reminder for the associated scheduler
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
[TelerikToolboxCategory("Scheduler")]
public class RadSchedulerReminder : RadReminder
Constructors
RadSchedulerReminder()
Declaration
public RadSchedulerReminder()
RadSchedulerReminder(IContainer)
Declaration
public RadSchedulerReminder(IContainer container)
Parameters
System.ComponentModel.IContainer
container
|
Properties
AssociatedScheduler
Gets or sets the associated scheduler.
Declaration
public RadScheduler AssociatedScheduler { get; set; }
Property Value
RadScheduler
The associated scheduler. |
EndReminderInterval
Gets or sets the end reminder interval that reminder check tha appointments collection to the associated RadScheduler.
Declaration
public DateTime EndReminderInterval { get; set; }
Property Value
System.DateTime
The end reminder interval. |
StartReminderInterval
Gets or sets the start reminder interval that reminder check tha appointments collection to the associated RadScheduler.
Declaration
public DateTime StartReminderInterval { get; set; }
Property Value
System.DateTime
The start reminder interval. |
Methods
AddAppointmentToBeReminded(IEvent)
Adds the appointment to be reminded and its recurrent appointments in the reminder interval.
Declaration
protected virtual void AddAppointmentToBeReminded(IEvent appointment)
Parameters
IEvent
appointment
The appointment. |
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
GetDefaultOwner()
Gets the default owner from the associated RadScheduler.
Declaration
protected override IWin32Window GetDefaultOwner()
Returns
System.Windows.Forms.IWin32Window
null if the associated RadScheduler is null |
Overrides
StartReminder()
Starts the reminder.
Declaration
public override void StartReminder()
Overrides
StopReminder()
Stops the reminder.
Declaration
public override void StopReminder()
Overrides
UnwireAssociatedSchedulerEvents()
Unwires the associated scheduler events.
Declaration
protected virtual void UnwireAssociatedSchedulerEvents()
WireAssociatedSchedulerEvents()
Wires the associated scheduler events.
Declaration
protected virtual void WireAssociatedSchedulerEvents()