Back to Devexpress

TcxSchedulerReminders.Active Property

vcl-cxschedulerstorage-dot-tcxschedulerreminders-6ac3f788.md

latest1.7 KB
Original Source

TcxSchedulerReminders.Active Property

Activates or deactivates reminders.

Declaration

delphi
property Active: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

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

TcxSchedulerReminders.Refresh

TcxSchedulerReminders.ShowReminderWindow

TcxSchedulerReminders Class

TcxSchedulerReminders Members

cxSchedulerStorage Unit