SchedulerControl.DefaultReminderTime Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#Property Value
Type | Description |
---|---|
Nullable<Time |
A Time |
#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