AppointmentFormControllerBase.EndDate Property
In This Article
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 |
---|---|
Date |
A Date |
#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