Skip to main content

AppointmentFormControllerBase.EndDate Property

Obsolete. Gets or sets the end date of the appointment currently being edited in the form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

[Obsolete("You should use the 'End' property instead")]
public DateTime EndDate { get; set; }

#Property Value

Type Description
DateTime

A DateTime value specifying the end date of the appointment.

#Remarks

Use the EndDate and AppointmentFormControllerBase.EndTime properties to obtain or modify the end date and time of the appointment currently being edited in the custom Edit Appointment form.

See Also