Back to Devexpress

AppointmentInplaceEditorViewModel Properties

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

latest5.3 KB
Original Source

AppointmentInplaceEditorViewModel Properties

A View Model that contains in-place editor settings.

NameDescription
AppointmentGets the source appointment to which to apply changes. Inherited from AppointmentEditViewModelBase.
CloseCommandGets or sets a command executed to close the in-place editor.
CommitCommandGets or sets a command used to apply changes made to the in-place editor content.
CustomFieldsStores the additional properties. Inherited from AppointmentEditViewModelBase.
DescriptionGets or sets the text that is the appointment’s description. Inherited from AppointmentEditViewModelBase.
EditAppointmentGets the edited appointment whose properties are displayed in the Edit Form. Inherited from AppointmentEditViewModelBase.
IsActiveSpecifies whether the current AppointmentInplaceEditorViewModel instance is active.
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. Inherited from AppointmentEditViewModelBase.
IsOccurrenceTypeGets whether the appointment is an occurrence in a recurring series (of the Occurrence , ChangedOccurrence or DeletedOccurrence type). Inherited from AppointmentEditViewModelBase.
LabelGets or sets the label object associated with the appointment. Inherited from AppointmentEditViewModelBase.
LocationGets or sets the text that specifies the place where the appointment is scheduled. Inherited from AppointmentEditViewModelBase.
ResourceGets or sets a resource associated with the appointment (the first resource in a resource collection if an appointment has several assigned resources). Inherited from AppointmentEditViewModelBase.
ResourcesGets a collection of all resources associated with the edited appointment. Inherited from AppointmentEditViewModelBase.
RollbackCommandGets or sets a command executed to restore an in-place editor content to its previous state and cancel uncommitted changes.
SchedulerGets the ShedulerControl used in the View Model. Inherited from AppointmentEditViewModelBase.
StatusGets or sets the status object associated with the appointment. Inherited from AppointmentEditViewModelBase.
SubjectGets or sets the text that is the appointment’s subject. Inherited from AppointmentEditViewModelBase.
TimeIntervalProvides access to the appointment’s interval View Model. Inherited from AppointmentEditViewModel.

See Also

AppointmentInplaceEditorViewModel Class

AppointmentInplaceEditorViewModel Members

DevExpress.Xpf.Scheduling Namespace