Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Scheduling

#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