Skip to main content

TcxSchedulerReminders.UseReminderWindow Property

Specifies whether the Reminders window is displayed when a reminder alerts.

Declaration

property UseReminderWindow: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the UseReminderWindow property to False to prevent the Reminders window from being displayed when a reminder alerts.

Note

blocking the Reminders window pop-up can be useful, for example, when developing schedule-driven applications based on handling the OnAlertReminder event.

The default value of the UseReminderWindow property is True.

See Also