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

AppointmentEditViewModel.TimeInterval Property

Provides access to the appointment’s interval View Model.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public AppointmentWindowTimeIntervalViewModel TimeInterval { get; }

Property Value

Type Description
AppointmentWindowTimeIntervalViewModel

A AppointmentWindowTimeIntervalViewModel object that is the View Model which specifies the appointment’s interval.

Remarks

The appointment’s interval View Model is used to get or set the edited appointment’s SchedulerItemBase.Start, SchedulerItemBase.End, AppointmentItem.AllDay and SchedulerItemBase.TimeZoneId properties.

See Also