A newer version of this page is available.
Switch to the current version.
AppointmentEditViewModel.TimeInterval Property
Provides access to the appointment's interval View Model.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
public AppointmentWindowTimeIntervalViewModel TimeInterval { get; }
Public ReadOnly Property TimeInterval As AppointmentWindowTimeIntervalViewModel
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 AppointmentItem.Start, AppointmentItem.End, AppointmentItem.AllDay and AppointmentItem.TimeZoneId properties.
See Also
Feedback