ReminderItem.TimeBeforeStart Property
Specifies the time interval before the appointment’s start time used to calculate the AlertTime value.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
TimeSpan | A System.TimeSpan value that specifies the interval before the appointment start. |
Remarks
Users can specify the TimeBeforeStart property value in the Reminder combo box within the Edit Appointment dialog.
See Also