Skip to main content
All docs
V23.2

AppointmentViewModel Constructors

A View Model bound to the AppointmentControl element.
Name Parameters Description
AppointmentViewModel(AppointmentItem, ResourceItem, ObservableCollection<ResourceItem>, AppointmentLabelItem, AppointmentStatusItem, Boolean, DateTimeRange) appointment, resource, resources, label, status, isSelected, visibleInterval Initializes a new instance of the AppointmentViewModel class with specified settings.
See Also