IRemindObject
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public interface IRemindObject : INotifyPropertyChanged
Derived Classes:
Inherited Members
Properties
Gets or sets a value indicating whether the reminder of this IRemindObject is dismissed.
C#
bool Dismissed { get; set; }
true if dismissed; otherwise, false.
Gets or sets a time span value indicating how much time before the start of this IRemindObject the reminder should be triggered.
C#
TimeSpan? Reminder { get; set; }
The reminder.
Gets the remind identifier used for identifying the reminder of this event.
C#
int RemindId { get; }
The remind identifier.
Gets or sets a time span indicating the amount of time the reminder of this IRemindObject is snoozed for.
C#
TimeSpan Snoozed { get; set; }
The snoozed time.
Gets the start date time of this remind object.
C#
DateTime StartDateTime { get; }
The start date time.