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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class RadRemindItem : IRemindObject, INotifyPropertyChanged

Inheritance: objectRadRemindItem

Implements: INotifyPropertyChangedIRemindObject

Constructors

C#
public RadRemindItem()
C#
public RadRemindItem(string subject, DateTime startDateTime, TimeSpan? reminder)
Parameters:subjectstringstartDateTimeDateTimereminderTimeSpan?
C#
public RadRemindItem(string subject, DateTime startDateTime)
Parameters:subjectstringstartDateTimeDateTime

Properties

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

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

true if dismissed; otherwise, false.

Implements: IRemindObject.Dismissed

Gets or sets the time before the start of the item when a notification should be raised.

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

The reminder.

Implements: IRemindObject.Reminder

Gets a unique identifier for the item.

C#
public int RemindId { get; }
Property Value:

The identifier.

Implements: IRemindObject.RemindId

Gets or sets the time this item is snoozed for.

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

The snoozed.

Implements: IRemindObject.Snoozed

Gets or sets the start date and time for this item.

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

The start date time.

Implements: IRemindObject.StartDateTime

Gets or sets the subject of this item.

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

The subject.

Implements: IRemindObject.Subject

Methods

Called when [property changed].

C#
protected virtual void OnPropertyChanged(string info)
Parameters:infostring

The info.

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged