Skip to main content
A newer version of this page is available. .

AppointmentWindowTimeIntervalViewModel(AppointmentEditViewModel) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public AppointmentWindowTimeIntervalViewModel(
    AppointmentEditViewModel formViewModel
)

Parameters

Name Type Description
formViewModel AppointmentEditViewModel

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

See Also