Skip to main content

SchedulerAppointmentFormInfo.StartTimeItems Property

Specifies the list of available items that correspond to the start time.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public List<EnumItem<TimeSpan>> StartTimeItems { get; }

Property Value

Type Description
List<DevExpress.Blazor.Scheduler.Internal.EnumItem<TimeSpan>>

The list of items that specify the start time.

Remarks

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

See Also