AppointmentFormControllerBase.DisplayEnd Property
Gets or sets the value to display as the appointment's end 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 DisplayEnd value is the Appointment.End value of the edited appointment, corrected as needed for the current client time zone (the OptionsBehavior.ClientTimeZoneId property). For the Appointment.AllDay appointments, the DisplayEnd is the AppointmentFormControllerBase.End value less one day. This is done in order to display the correct date for the all-day appointment in the form.
NOTE
Use the Appointment