SchedulerAppointmentFormInfo.EndTimeItems Property
In This Article
Specifies the list of available items that correspond to the end time.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public List<EnumItem<TimeSpan>> EndTimeItems { get; }
#Property Value
Type | Description |
---|---|
List<DevExpress. |
The list of items that specify the end time. |
#Remarks
Refer to the SchedulerAppointmentFormInfo class description for more information and an example.
See Also