Skip to main content

AppointmentFormController.ReminderSpans Property

Gets the collection of string values used to display reminder time spans available for selection in the editing form.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public IList ReminderSpans { get; }
Public ReadOnly Property ReminderSpans As IList

Property Value

Type Description
IList

A IList collection of string values that can be accessed by index.

See Also