RadRemindItem
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class RadRemindItem : IRemindObject, INotifyPropertyChanged
Inheritance: objectRadRemindItem
Implements:
Constructors
C#
public RadRemindItem()
Properties
Gets or sets a value indicating whether this RadRemindItem is dismissed.
C#
public bool Dismissed { get; set; }
true if dismissed; otherwise, false.
Implements:
Gets or sets the time before the start of the item when a notification should be raised.
C#
public TimeSpan? Reminder { get; set; }
The reminder.
Implements:
Gets a unique identifier for the item.
C#
public int RemindId { get; }
The identifier.
Implements:
Gets or sets the time this item is snoozed for.
C#
public TimeSpan Snoozed { get; set; }
The snoozed.
Implements:
Gets or sets the start date and time for this item.
C#
public DateTime StartDateTime { get; set; }
The start date time.
Implements:
Methods
Called when [property changed].
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: