Back to Devexpress

TcxSchedulerEvent.Reminder Property

vcl-cxschedulerstorage-dot-tcxschedulerevent-6bc3b37f.md

latest1.2 KB
Original Source

TcxSchedulerEvent.Reminder Property

Specifies whether the reminder is on or off.

Declaration

delphi
property Reminder: Boolean read; write;

Property Value

Type
Boolean

Remarks

Set this property to True to switch the reminder on for the user event. Otherwise, the reminder is off.

Note

the initial value of the Reminder property is specified by the TcxSchedulerReminders.DefaultReminder property value.

See Also

omReminder

TcxSchedulerEvent.ReminderDate

TcxSchedulerEvent.ReminderMinutesBeforeStart

TcxSchedulerReminders.DefaultMinutesBeforeStart

TcxSchedulerEvent Class

TcxSchedulerEvent Members

cxSchedulerStorage Unit