TcxSchedulerEvent.Reminder Property
Specifies whether the reminder is on or off.
Declaration
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