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

AppointmentViewInfo Members

Contains information used for appointment visualization.

Constructors

Name Description
AppointmentViewInfo(Appointment, TimeZoneHelper) Initializes a new instance of the AppointmentViewInfo class.

Properties

Name Description
Appointment Provides access to an appointment for which the visual representation has been built.
AppointmentInterval Gets the time interval which the current appointment occupies.
AppointmentStyle Gets the style settings used to paint the appointment.
BackColor Obsolete. Gets or sets the appointment coloring.
HasBottomBorder Determines whether the bottom border is displayed for the appointment.
HasLeftBorder Determines whether the left border is displayed for the appointment.
HasRightBorder Determines whether the right border is displayed for the appointment.
HasTopBorder Determines whether the top border is displayed for the appointment.
Interval Gets or sets the time interval of the time cells covered by the current appointment.
Options Gets certain characteristics which determines how an appointment is displayed.
Resource Gets or sets the resource of the displayed appointment.
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.
Status Gets or sets the visual status of the appointment for display.
StatusBackgroundColor Gets or sets the back color of the appointment’s status bar.
StatusColor Gets or sets the color of the appointment’s status bar.
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.
IsLongTime() Indicates whether the appointment extends over multiple days.
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.
See Also