Skip to main content

SchedulerAppointmentFormInfo.EndTimeItems Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

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

The list of items that specify the end time.

Remarks

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

See Also