AppointmentEditViewModel(AppointmentItem, SchedulerControl) Constructor
Initializes a new instance of the AppointmentEditViewModel class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
public AppointmentEditViewModel(
AppointmentItem appointmentItem,
SchedulerControl scheduler
)
Parameters
Name | Type | Description |
---|---|---|
appointmentItem | AppointmentItem | An AppointmentItem object that is the appointment being edited. |
scheduler | SchedulerControl | A SchedulerControl instance. |
See Also