Interface IRemindObject
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public interface IRemindObject : INotifyPropertyChanged
Properties
Dismissed
Gets or sets a value indicating whether the reminder of this IRemind
Declaration
bool Dismissed { get; set; }
Property Value
System.
|
Reminder
Gets or sets a time span value indicating how much time before the start of this IRemind
Declaration
TimeSpan? Reminder { get; set; }
Property Value
System. The reminder. |
RemindId
Gets the remind identifier used for identifying the reminder of this event.
Declaration
int RemindId { get; }
Property Value
System. The remind identifier. |
Snoozed
Gets or sets a time span indicating the amount of time the reminder of this IRemind
Declaration
TimeSpan Snoozed { get; set; }
Property Value
System. The snoozed time. |
StartDateTime
Gets the start date time of this remind object.
Declaration
DateTime StartDateTime { get; }
Property Value
System. The start date time. |
Subject
Gets the subject of this remind object. This text is usually displayed when visualizing a reminder.
Declaration
string Subject { get; }
Property Value
System. The subject. |