ClassRadReminderBindableObject
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
RadReminderBindableObject(IRemindObject)
Declaration
public RadReminderBindableObject(IRemindObject remindObject)
Parameters
remindObject
Properties
Dismissed
Gets or sets a value indicating whether this RadReminderBindableObject is dismissed.
Declaration
public bool Dismissed { get; set; }
Property Value
true if dismissed; otherwise, false.
DueIn
Gets the due in.
Image
Gets the image.
RemindObject
Gets the remind object.
Declaration
public IRemindObject RemindObject { get; }
Property Value
The remind object.
Reminder
Gets or sets the time before the start of this object when a notification should be triggered.
Declaration
public TimeSpan? Reminder { get; set; }
Property Value
The notification.
Snoozed
Gets or sets the time this object is snoozed for.
Declaration
public TimeSpan Snoozed { get; set; }
Property Value
The snoozed.
StartDateTime
Gets the start date time.
Declaration
public DateTime StartDateTime { get; }
Property Value
The start date time.
Methods
DisposeManagedResources()
Disposes all MANAGED resources - such as Bitmaps, GDI+ objects, etc.
Declaration
protected override void DisposeManagedResources()
Overrides
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides
Events
DueInFormatting
Declaration
public event EventHandler<RadDueInArgs> DueInFormatting
Event Value
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements