Skip to main content

AppointmentViewInfo Members

Provides information on the visual representation of the appointment.

Constructors

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

Properties

Name Description
Appointment Provides access to an appointment for which the visual representation has been built.
AppointmentInterval Gets the time interval of the appointment.
CustomViewInfo Gets or sets a custom object to be used for rendering the appointment.
Description Gets or sets the description text displayed within the appointment.
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.
HitTestType Gets the enumeration member, which indicates the contents of the appointment when it is hit.
Interval Gets or sets the time interval of the time cells covered by the appointment.
IsEndVisible Indicates whether the appointment scheduled time ends within the visible interval of dates.
IsStartVisible Indicates whether the appointment scheduled time starts within the visible interval of dates.
Label Gets or sets the label of the appointment for display.
LabelBrush Gets the brush used to fill the appointment label.
LabelColor Gets the label color used to fill the region of appointment.
Location Gets or sets the location text displayed within the appointment.
Options Gets several characteristics determining how an appointment is displayed.
Resource Gets or sets the resource of the displayed appointment.
Selected Determines whether the appointment is currently selected.
Status Gets or sets the visual status of the appointment for display.
StatusBrush Gets the brush used to fill the appointment status.
Subject Gets or sets the subject text displayed within the appointment.

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.
GetEndTimeText() Returns the string containing the end date and time of the appointment.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetStartTimeText() Returns the string containing the start date and time of the appointment.
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.

Events

Name Description
PropertyChanged Occurs every time any of the AppointmentViewInfo class properties has changed its value.
See Also