Skip to main content

TcxSchedulerReminders.DefaultMinutesBeforeStart Property

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

Declaration

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