Skip to main content

ReminderItem(TimeSpan) Constructor

Initializes a new instance of the ReminderItem class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public ReminderItem(
    TimeSpan timeBeforeStart
)

Parameters

Name Type Description
timeBeforeStart TimeSpan

The time interval before the appointment’s start time.

See Also