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

AppointmentWindowTimeIntervalViewModel(AppointmentEditViewModel) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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