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