Represents the objects that RadReminder is working with.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class RadReminderBindableObject : DisposableObject, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectRadReminderBindableObject
Implements:
Inherited Members
Constructors
public RadReminderBindableObject(IRemindObject remindObject)
Properties
Gets or sets a value indicating whether this RadReminderBindableObject is dismissed.
public bool Dismissed { get; set; }
true if dismissed; otherwise, false.
Gets or sets the time before the start of this object when a notification should be triggered.
public TimeSpan? Reminder { get; set; }
The notification.
Gets the remind object.
public IRemindObject RemindObject { get; }
The remind object.
Gets or sets the time this object is snoozed for.
public TimeSpan Snoozed { get; set; }
The snoozed.
Gets the start date time.
public DateTime StartDateTime { get; }
The start date time.
Methods
Disposes all MANAGED resources - such as Bitmaps, GDI+ objects, etc.
protected override void DisposeManagedResources()
Overrides:
Determines whether the specified object is equal to this instance.
Returns a hash code for this instance.
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides:
Update DueIn property.
public void UpdateDueIn()
Events
public event EventHandler<RadDueInArgs> DueInFormatting
public event PropertyChangedEventHandler PropertyChanged
Implements: