Skip to main content
A newer version of this page is available. .

TriggeredReminder.TimeBeforeAppointmentStartDisplayText Property

Gets the text with information about the time remaining before the appointment.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public string TimeBeforeAppointmentStartDisplayText { get; }

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:

RemindersTimeBeforeAppointmentStartDisplayText

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

See Also