Skip to main content

AppointmentFormController.DisplayEndDate Property

Gets or sets the value to display as the appointment’s end date within the editing form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public DateTime DisplayEndDate { get; set; }

Property Value

Type Description
DateTime

A DateTime value, representing the end of the scheduled interval.

Remarks

The DisplayEndDate value is the Appointment.End value of the edited appointment, corrected as needed for the current client time zone (SchedulerOptionsBehaviorBase.ClientTimeZoneId setting). For the Appointment.AllDay appointments the DisplayEndDate 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.

See Also