New to Telerik UI for WinFormsStart a free 30-day trial

Represents the objects that RadReminder is working with.

Definition

Constructors

C#
public RadReminderBindableObject(IRemindObject remindObject)
Parameters:remindObjectIRemindObject

Properties

Gets or sets a value indicating whether this RadReminderBindableObject is dismissed.

C#
public bool Dismissed { get; set; }
Property Value:

true if dismissed; otherwise, false.

Gets the due in.

C#
public string DueIn { get; }
Property Value:

The due in.

Gets the image.

C#
public Image Image { get; }
Property Value:

The image.

Gets or sets the time before the start of this object when a notification should be triggered.

C#
public TimeSpan? Reminder { get; set; }
Property Value:

The notification.

Gets the remind object.

C#
public IRemindObject RemindObject { get; }
Property Value:

The remind object.

Gets or sets the time this object is snoozed for.

C#
public TimeSpan Snoozed { get; set; }
Property Value:

The snoozed.

Gets the start date time.

C#
public DateTime StartDateTime { get; }
Property Value:

The start date time.

Gets the subject.

C#
public string Subject { get; }
Property Value:

The subject.

Methods

Disposes all MANAGED resources - such as Bitmaps, GDI+ objects, etc.

C#
protected override void DisposeManagedResources()

Overrides: DisposableObject.DisposeManagedResources()

Determines whether the specified object is equal to this instance.

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with this instance.

Returns:

bool

true if the specified object is equal to this instance; otherwise, false.

Exceptions:

NullReferenceException

The obj parameter is null.

Overrides: object.Equals(object)

Returns a hash code for this instance.

C#
public override int GetHashCode()
Returns:

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides: object.GetHashCode()

Update DueIn property.

C#
public void UpdateDueIn()

Events

C#
public event EventHandler<RadDueInArgs> DueInFormatting
C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged