AppointmentViewInfo Members
Provides information on the visual representation of the appointment.Properties
Name | Description |
---|---|
Appearance | Provides access to an object used to specify the appointment appearance. |
Appointment | Provides access to an appointment for which the visual representation has been built. |
AppointmentInterval | Gets the time interval which the current appointment occupies. |
BackColor | Obsolete. Gets or sets the appointment coloring. Use the Appearance.BackColor instead. |
Description | Gets the appointment description. |
DisableDrop | This member supports the internal infrastructure and is not intended to be used directly from your code. |
DisplayText | Gets the text of the appointment subject. |
HitTestType | Gets a value identifying the type of the visual element located under the test point. |
InnerBounds | Gets or sets the rectangle representing the appointment body. |
Options | Provides access to several options for the visual representation of an appointment. |
Selected | Gets or sets whether the appointment is shown as selected. |
ShowBell | Gets or sets whether to display a bell icon indicating an associated reminder. |
ShowEndTime | Gets or sets a value specifying whether the end time of the current appointment is displayed. |
ShowRecurrence | Gets or sets whether the recurrence symbol should be displayed for the recurrent appointment. |
ShowStartTime | Gets or sets a value specifying whether the start time of the current appointment is displayed. |
ShowTimeAsClock | Gets or sets whether the start and end time are displayed as clock symbols. |
Status | Gets or sets the visual status of the appointment for display. |
StatusDisplayType | Gets or sets whether the border of an appointment should be colorized according to the status and appointment duration. |
StatusItems | This member supports the internal infrastructure and is not intended to be used directly from your code. |
Methods
Name | Description |
---|---|
CalculateHitInfo(Point, SchedulerHitInfo) | Calculates hit information for the specified test point. |
ConvertToVisualBounds(Rectangle) | Converts coordinates of the rectangle specifying ViewInfo item bounds to the client coordinates that are relative to the upper-left corner of the visible area of the Scheduler view. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
GetVisualBounds() | Obtains the location and size of an appointment's visual representation in pixels, relative to the upper-left corner of the visible area of the Scheduler view. |
IsLongTime() | Indicates whether an appointment spans across several 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
Feedback