Skip to main content

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

public DateTime DisplayEnd { get; set; }

#Property Value

Type Description
DateTime

A DateTime value specifying the end of the scheduled interval.

#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 AppointmentFormController.DisplayEndDate and AppointmentFormController.DisplayEndTime properties to obtain or modify the end date and time components of the edited appointment separately.

See Also