AppointmentFormControllerBase.DisplayStart Property
In This Article
Gets or sets the value to display as 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 DisplayStart value is the Appointment.Start value of the edited appointment, corrected as needed for the current client time zone (OptionsBehavior.ClientTimeZoneId setting).
NOTE
Use the Appointment
See Also