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.DefaultMinutesBeforeStart Property

Specifies the default value of the reminder time in minutes of the TcxSchedulerEvent.ReminderMinutesBeforeStart property.

#Declaration

Delphi
property DefaultMinutesBeforeStart: Integer read; write; default 15;

#Property Value

Type Default
Integer 15

#Remarks

The time specified by this property is set as the default value of the TcxSchedulerEvent.ReminderMinutesBeforeStart property and, as consequence, the Reminder combo box, which is located in the Event dialog.

Note

if the Active property is False then the Reminder check and combo boxes won’t be shown in the Event dialog.

Use the DefaultMinutesBeforeStart property to specify the reminder’s default time-out.

The default value of the DefaultMinutesBeforeStart property is 15.

See Also