DxSchedulerAppointmentItem.Start Property
In This Article
Specifies the appointment’s start date and time.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public DateTime Start { 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 Start value, and the start time is 0:00.
See Also