Skip to main content
A newer version of this page is available. .

SchedulerControl.DefaultReminderTime Property

Gets or sets the value used to specify the reminder’s ReminderItem.TimeBeforeStart property for a newly created appointment.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public TimeSpan? DefaultReminderTime { get; set; }

Property Value

Type Description
Nullable<TimeSpan>

A TimeSpan value that specifies the interval before the appointment start or null (Nothing in Visual Basic).

Remarks

The DefaultReminderTime property specifies the ReminderItem.TimeBeforeStart value of a reminder which is assigned to a newly created appointment. If the DefaultReminderTime value is null, a newly created appointment has no default reminder.

See Also