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

TcxSchedulerEvent.ReminderDate Property

Specifies the date and time of the user event’s reminder.

#Declaration

Delphi
property ReminderDate: TDateTime read; write;

#Property Value

Type
TDateTime

#Remarks

The value of the ReminderDate property can be specified in two ways: either by assigning a value directly to the ReminderDate property or by using the ReminderMinutesBeforeStart property.

In the latter case its value is calculated automatically based upon values of the ReminderMinutesBeforeStart and Start properties.

Use the ReminderDate property to manually snooze a reminder.

See Also