Skip to main content

TcxSchedulerReminders.OnGetReminderWindowCaption Event

Fires when the Reminders window is about to be opened.

Declaration

property OnGetReminderWindowCaption: TcxSchedulerGetReminderWindowCaption read; write;

Remarks

Implement the OnGetReminderWindowCaption event handler to provide a custom caption for the title of the Reminders window.

The Sender parameter specifies the TcxSchedulerReminders collection, which contains timed out reminders, if any;

The ACaption parameter specifies the text, which will be shown in the Reminders window’s title.

To provide an end-user with information on reminders quantity, use the Sender‘s Count property, which specifies the number of reminders in the TcxSchedulerReminders collection. It can be shown in the Reminders window’s title, if concatenated with the string.

See Also