Skip to main content

TcxSchedulerReminders.Active Property

Activates or deactivates reminders.

Declaration

property Active: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If a reminder was set for a user event and the Active property value is True, then the reminder will trigger and the Reminders window will alert (if the UseReminderWindow property value is True). Otherwise, no reminders will notify.

Note

if the Active property is False then the Reminder check and combo boxes won’t be shown in the Event dialog and a bell icon won’t be displayed in the previously scheduled user events with reminders switched on.

If you use an aggregate storage, in order to eliminate reminder alert duplicates, set the Reminders.Active property of bound storages to False, and the aggregate storage’s Reminders.Active property to True.

The default value of the Active property is True.

See Also