wpf-devexpress-dot-xpf-dot-scheduling-dot-visualdata-dot-appointmentviewmodel-dot-underscore-members.md
A View Model bound to the AppointmentControl element.
| Name | Description |
|---|---|
| AppointmentViewModel(AppointmentItem, ResourceItem, ObservableCollection<ResourceItem>, AppointmentLabelItem, AppointmentStatusItem, Boolean, DateTimeRange) | Initializes a new instance of the AppointmentViewModel class with specified settings. |
| Name | Description |
|---|---|
| Appointment | Gets the source appointment. |
| CustomFields | Gets custom fields associated with the appointment. |
| DragDropEffects | Gets the target drop effect in appointment drag-and-drop operations. |
| EditorViewModel | Gets the View Model that contains in-place editor settings. |
| IsEditing | Gets whether the appointment is in in-place edit mode. |
| IsSelected | Gets whether the appointment is selected. |
| Label | Gets the label object associated with the appointment. |
| LayoutInterval | Gets the appointment time interval. |
| Resource | Gets or sets the resource associated with the appointment (the first resource in a resource collection if the appointment has multiple assigned resources). |
| Resources | Gets the collection of all resources associated with the appointment. |
| ResourcesString | Gets or sets captions of all resources associated with the appointment. |
| ShowChangedRecurrenceImage | Gets whether the appointment displays the changed recurrence image. |
| ShowRecurrenceImage | Gets whether the appointment displays the recurrence image. |
| Status | Gets the status object associated with the appointment. |
| ViewportInterval | Gets the appointment time interval displayed on screen. |
| VisibleInterval | Gets the time interval displayed in the view. |
| 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() | For internal use. |
See Also