SchedulerAppointmentDisplayOptions Fields
Serves as the base for classes which provide options to define how appointments will be displayed when a particular view is currently active.| Name | Description |
|---|---|
| EndTimeVisibilityProperty static | Identifies the SchedulerAppointmentDisplayOptions.EndTimeVisibility dependency property. |
| ShowRecurrenceProperty static | Identifies the SchedulerAppointmentDisplayOptions.ShowRecurrence dependency property. |
| ShowReminderProperty static | Identifies the SchedulerAppointmentDisplayOptions.ShowReminder dependency property. |
| StartTimeVisibilityProperty static | Identifies the SchedulerAppointmentDisplayOptions.StartTimeVisibility dependency property. |
| StatusDisplayTypeProperty static | Identifies the SchedulerAppointmentDisplayOptions.StatusDisplayType dependency property. |
| TimeDisplayTypeProperty static | Identifies the SchedulerAppointmentDisplayOptions.TimeDisplayType dependency property. |
See Also