Skip to main content
A newer version of this page is available. .

SchedulerAppointmentFormInfo.EndDate Property

Specifies the appointment’s end date.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public virtual DateTime EndDate { get; set; }

Property Value

Type Description
DateTime

The appointment’s end date.

Remarks

Refer to the SchedulerAppointmentFormInfo class description for more information and an example.

See Also