AppointmentFormControllerBase.Start Property
In This Article
Gets or sets the appointment's start time within the editing form.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
The Start value is the Appointment.Start value of the edited appointment, corrected as needed for the current client time zone (OptionsBehavior.ClientTimeZoneId setting). A AppointmentFormControllerBase.DisplayStart value is used for displaying on the form.
See Also