TcxSchedulerEvent.ReminderMinutesBeforeStart Property
Specifies the time-out in minutes for the reminder of the user event.
Declaration
property ReminderMinutesBeforeStart: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Use the ReminderMinutesBeforeStart property to specify how many minutes before the user event occurs that the reminder alerts.
Note
the initial value of the ReminderMinutesBeforeStart property is specified by the TcxSchedulerReminders.DefaultMinutes property value.
See Also