AppointmentEditViewModel.TimeInterval Property
Provides access to the appointment’s interval View Model.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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, SchedulerItemBase.AllDay and SchedulerItemBase.TimeZoneId properties.
See Also