Skip to main content

AppointmentWindowTimeIntervalViewModel(AppointmentEditViewModel) Constructor

Initializes a new instance of the AppointmentWindowTimeIntervalViewModel class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentWindowTimeIntervalViewModel(
    AppointmentEditViewModel formViewModel
)

Parameters

Name Type Description
formViewModel AppointmentEditViewModel

A object that is the View Model for the edited appointment.

See Also