TriggeredReminder.TimeBeforeAppointmentStartDisplayText Property
Gets the text with information about the time remaining before the appointment.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
| Type | Description |
|---|---|
| String | A string created from the remaining time value which also indicates past or current time. |
Remarks
The text is displayed in the second column of the Reminders Window’s list box, as shown in the following picture:

The method, that creates the text, uses localizable strings with SchedulerStringId.RemindersWindow_Now and SchedulerStringId.RemindersWindow_OverdueTimeBeforeAppointmentStart identifiers.
See Also