Class RadReminderBindableObject
Represents the objects that RadReminder is working with.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class RadReminderBindableObject : DisposableObject, IDisposable, INotifyPropertyChanged
Constructors
RadReminderBindableObject(IRemindObject)
Declaration
public RadReminderBindableObject(IRemindObject remindObject)
Parameters
IRemindObject
remindObject
|
Properties
Dismissed
Gets or sets a value indicating whether this RadReminderBindableObject is dismissed.
Declaration
public bool Dismissed { get; set; }
Property Value
System.Boolean
|
DueIn
Gets the due in.
Declaration
public string DueIn { get; }
Property Value
System.String
The due in. |
Image
Gets the image.
Declaration
public Image Image { get; }
Property Value
System.Drawing.Image
The image. |
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
System.Nullable<System.TimeSpan>
The notification. |
RemindObject
Gets the remind object.
Declaration
public IRemindObject RemindObject { get; }
Property Value
IRemindObject
The remind object. |
Snoozed
Gets or sets the time this object is snoozed for.
Declaration
public TimeSpan Snoozed { get; set; }
Property Value
System.TimeSpan
The snoozed. |
StartDateTime
Gets the start date time.
Declaration
public DateTime StartDateTime { get; }
Property Value
System.DateTime
The start date time. |
Subject
Gets the subject.
Declaration
public string Subject { get; }
Property Value
System.String
The subject. |
Methods
DisposeManagedResources()
Disposes all MANAGED resources - such as Bitmaps, GDI+ objects, etc.
Declaration
protected override void DisposeManagedResources()
Overrides
Equals(Object)
Determines whether the specified System.Object is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with this instance. |
Returns
System.Boolean
|
Overrides
Exceptions
System.NullReferenceException
The |
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Overrides
UpdateDueIn()
Update DueIn property.
Declaration
public void UpdateDueIn()
Events
DueInFormatting
Declaration
public event EventHandler<RadDueInArgs> DueInFormatting
Event Type
System.EventHandler<RadDueInArgs>
|
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|