SchedulerAppointmentDisplayOptions Properties
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 |
---|---|
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
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. |
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. |
ShowReminder | Specify whether the reminder symbol should be displayed for an appointment with a reminder. |
StartTimeVisibility | Specifies whether the start time should be visible for the appointment. |
StatusDisplayType | Specifies whether the border of an appointment should be colorized according to the time status and appointment duration. |
TimeDisplayType | Specifies how the start and end time of the appointment should be displayed - using icons or digits. |
See Also