AppointmentInplaceEditorViewModel(AppointmentItem, SchedulerControl) Constructor
Initializes a new instance of the AppointmentInplaceEditorViewModel class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
public AppointmentInplaceEditorViewModel(
AppointmentItem appointmentItem,
SchedulerControl scheduler
)
Parameters
Name | Type | Description |
---|---|---|
appointmentItem | AppointmentItem | An AppointmentItem object representing the target appointment. |
scheduler | SchedulerControl | A SchedulerControl object representing the Scheduler. |
Remarks
Instances of the AppointmentInplaceEditorViewModel class are automatically created, initialized and passed to the corresponding event handlers.
See Also