DxSchedulerAppointmentItem.End Property
In This Article
Specifies the appointment’s end date and time.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public DateTime End { get; set; }
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
Note
If the Alltrue
, the appointment’s start date is the Date fraction of the End value, and the start time is 0:00.
See Also