Back to Devexpress

SchedulerControl.DefaultReminderTime Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-79ff1aaf.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public TimeSpan? DefaultReminderTime { get; set; }
vb
Public Property DefaultReminderTime As TimeSpan?

Property Value

TypeDescription
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

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace