AppointmentFormControllerBase.End Property
In This Article
Gets or sets the value specifying 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 End value is the Appointment.End value of the edited appointment, corrected as needed for the current client time zone (OptionsBehavior.ClientTimeZoneId setting). A AppointmentFormControllerBase.DisplayEnd value is used for display on the form.
See Also