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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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