Back to Devexpress

AppointmentEditViewModelBase Properties

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmenteditviewmodelbase-dot-underscore-properties.md

latest2.9 KB
Original Source

AppointmentEditViewModelBase Properties

A base class for View Models created for end-user appointment editing (window editor, in-place editor, drag and resize).

NameDescription
AppointmentGets the source appointment to which to apply changes.
CustomFieldsStores the additional properties.
DescriptionGets or sets the text that is the appointment’s description.
EditAppointmentGets the edited appointment whose properties are displayed in the Edit Form.
IsInDesignMode staticGets whether design-time mode is active. Inherited from ViewModelBase.
IsNewAppointmentGets whether the current appointment is new and not contained in the scheduler’s appointment collection.
IsOccurrenceTypeGets whether the appointment is an occurrence in a recurring series (of the Occurrence , ChangedOccurrence or DeletedOccurrence type).
LabelGets or sets the label object associated with the appointment.
LocationGets or sets the text that specifies the place where the appointment is scheduled.
ResourceGets or sets a resource associated with the appointment (the first resource in a resource collection if an appointment has several assigned resources).
ResourcesGets a collection of all resources associated with the edited appointment.
SchedulerGets the ShedulerControl used in the View Model.
StatusGets or sets the status object associated with the appointment.
SubjectGets or sets the text that is the appointment’s subject.

See Also

AppointmentEditViewModelBase Class

AppointmentEditViewModelBase Members

DevExpress.Xpf.Scheduling Namespace