Back to Devexpress

AppointmentViewModel Members

wpf-devexpress-dot-xpf-dot-scheduling-dot-visualdata-dot-appointmentviewmodel-dot-underscore-members.md

latest5.3 KB
Original Source

AppointmentViewModel Members

A View Model bound to the AppointmentControl element.

Constructors

NameDescription
AppointmentViewModel(AppointmentItem, ResourceItem, ObservableCollection<ResourceItem>, AppointmentLabelItem, AppointmentStatusItem, Boolean, DateTimeRange)Initializes a new instance of the AppointmentViewModel class with specified settings.

Properties

NameDescription
AppointmentGets the source appointment.
CustomFieldsGets custom fields associated with the appointment.
DragDropEffectsGets the target drop effect in appointment drag-and-drop operations.
EditorViewModelGets the View Model that contains in-place editor settings.
IsEditingGets whether the appointment is in in-place edit mode.
IsSelectedGets whether the appointment is selected.
LabelGets the label object associated with the appointment.
LayoutIntervalGets the appointment time interval.
ResourceGets or sets the resource associated with the appointment (the first resource in a resource collection if the appointment has multiple assigned resources).
ResourcesGets the collection of all resources associated with the appointment.
ResourcesStringGets or sets captions of all resources associated with the appointment.
ShowChangedRecurrenceImageGets whether the appointment displays the changed recurrence image.
ShowRecurrenceImageGets whether the appointment displays the recurrence image.
StatusGets the status object associated with the appointment.
ViewportIntervalGets the appointment time interval displayed on screen.
VisibleIntervalGets the time interval displayed in the view.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()For internal use.

See Also

AppointmentViewModel Class

DevExpress.Xpf.Scheduling.VisualData Namespace