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

SchedulerDayViewAppointmentDisplayOptions Properties

Provides options which define how appointments should be displayed when the currently active view is the Day View or Work-Week View.
Name Description
AllDayAppointmentsStatusDisplayType Gets or sets a value specifying how the appointment status should be displayed for all-day appointments.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DayViewInnerObject Provides access to options that define how appointments are painted in the DayView.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EndTimeVisibility Specifies whether the end time should be visible for the appointment. Inherited from SchedulerAppointmentDisplayOptions.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
ShowRecurrence Specify whether the recurrence symbol should be displayed for a recurrent appointment. Inherited from SchedulerAppointmentDisplayOptions.
ShowReminder Specify whether the reminder symbol should be displayed for an appointment with a reminder. Inherited from SchedulerAppointmentDisplayOptions.
SnapToCellsMode Gets or sets the method of snapping appointments to time cells. Inherited from SchedulerViewAppointmentDisplayOptions.
StartTimeVisibility Specifies whether the start time should be visible for the appointment. Inherited from SchedulerAppointmentDisplayOptions.
StatusDisplayType Specifies whether the border of an appointment should be colorized according to the time status and appointment duration. Inherited from SchedulerAppointmentDisplayOptions.
TimeDisplayType Specifies how the start and end time of the appointment should be displayed - using icons or digits. Inherited from SchedulerAppointmentDisplayOptions.
See Also