Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerReminders.Active Property

Activates or deactivates reminders.

#Declaration

Delphi
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