AppointmentViewInfoOptions Members
Contains options that affect the visual representation of an appointment.Constructors
Name | Description |
---|---|
AppointmentViewInfoOptions() | Initializes a new instance of the AppointmentViewInfoOptions class with the default settings. |
Properties
Name | Description |
---|---|
EndContinueItemDisplayType | Gets or sets the type of sign to indicate that the appointment time ends beyond the visible interval of dates. |
PercentCompleteDisplayType | Gets or sets how the task progress is displayed within the appointment body. |
ShowBell | Gets or sets whether to display a bell icon indicating an associated reminder. |
ShowEndTime | Gets or sets whether to display a time indicating the end of the appointment. |
ShowRecurrence | Gets or sets whether to display a recurrence symbol. |
ShowStartTime | Gets or sets whether to display a time indicating the start of the appointment. |
ShowTimeAsClock | Gets or sets whether to display the time as a clock with arrows. |
StartContinueItemDisplayType | Gets or sets the type of sign to indicate that the appointment time starts beyond the visible interval of dates. |
StatusDisplayType | Gets or sets whether the border of an appointment should be colorized according to the status and appointment duration. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
Name | Description |
---|---|
PropertyChanged | Occurs when a property value of any of the AppointmentViewInfo options changes. |
See Also