Interface
IRemindObject

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public interface IRemindObject : INotifyPropertyChanged

Inherited Members INotifyPropertyChanged.PropertyChanged

Properties

Dismissed

Gets or sets a value indicating whether the reminder of this IRemindObject is dismissed.

Declaration

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

Property Value

bool

true if dismissed; otherwise, false.

RemindId

Gets the remind identifier used for identifying the reminder of this event.

Declaration

cs-api-definition
int RemindId { get; }

Property Value

int

The remind identifier.

Reminder

Gets or sets a time span value indicating how much time before the start of this IRemindObject the reminder should be triggered.

Declaration

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

Property Value

TimeSpan?

The reminder.

Snoozed

Gets or sets a time span indicating the amount of time the reminder of this IRemindObject is snoozed for.

Declaration

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

Property Value

TimeSpan

The snoozed time.

StartDateTime

Gets the start date time of this remind object.

Declaration

cs-api-definition
DateTime StartDateTime { get; }

Property Value

DateTime

The start date time.

Subject

Gets the subject of this remind object. This text is usually displayed when visualizing a reminder.

Declaration

cs-api-definition
string Subject { get; }

Property Value

string

The subject.