Class
RadRemindItem

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class RadRemindItem : IRemindObject, INotifyPropertyChanged

Inheritance: objectRadRemindItem

Implements: INotifyPropertyChangedIRemindObject

Constructors

RadRemindItem()

Declaration

cs-api-definition
public RadRemindItem()

RadRemindItem(string, DateTime)

Declaration

cs-api-definition
public RadRemindItem(string subject, DateTime startDateTime)

Parameters

subject

string

startDateTime

DateTime

RadRemindItem(string, DateTime, TimeSpan?)

Declaration

cs-api-definition
public RadRemindItem(string subject, DateTime startDateTime, TimeSpan? reminder)

Parameters

subject

string

startDateTime

DateTime

reminder

TimeSpan?

Properties

Dismissed

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

Declaration

cs-api-definition
public bool Dismissed { get; set; }

Property Value

bool

true if dismissed; otherwise, false.

Implements IRemindObject.Dismissed

RemindId

Gets a unique identifier for the item.

Declaration

cs-api-definition
public int RemindId { get; }

Property Value

int

The identifier.

Implements IRemindObject.RemindId

Reminder

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

Declaration

cs-api-definition
public TimeSpan? Reminder { get; set; }

Property Value

TimeSpan?

The reminder.

Implements IRemindObject.Reminder

Snoozed

Gets or sets the time this item is snoozed for.

Declaration

cs-api-definition
public TimeSpan Snoozed { get; set; }

Property Value

TimeSpan

The snoozed.

Implements IRemindObject.Snoozed

StartDateTime

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

Declaration

cs-api-definition
public DateTime StartDateTime { get; set; }

Property Value

DateTime

The start date time.

Implements IRemindObject.StartDateTime

Subject

Gets or sets the subject of this item.

Declaration

cs-api-definition
public string Subject { get; set; }

Property Value

string

The subject.

Implements IRemindObject.Subject

Methods

OnPropertyChanged(string)

Called when [property changed].

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string info)

Parameters

info

string

The info.

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged