Back to Devexpress

AppointmentEditViewModel.TimeInterval Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmenteditviewmodel.md

latest1.8 KB
Original Source

AppointmentEditViewModel.TimeInterval Property

Provides access to the appointment’s interval View Model.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentWindowTimeIntervalViewModel TimeInterval { get; }
vb
Public ReadOnly Property TimeInterval As AppointmentWindowTimeIntervalViewModel

Property Value

TypeDescription
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, SchedulerItemBase.AllDay and SchedulerItemBase.TimeZoneId properties.

See Also

AppointmentEditViewModel Class

AppointmentEditViewModel Members

DevExpress.Xpf.Scheduling Namespace