Back to Devexpress

SchedulerRecurrenceFormInfo.WeekDayItems Property

blazor-devexpress-dot-blazor-dot-schedulerrecurrenceforminfo-036be2a5.md

latest1.1 KB
Original Source

SchedulerRecurrenceFormInfo.WeekDayItems Property

Specifies the list of available week day items for the Repeat Monthly and Repeat Yearly appointments.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public List<SchedulerWeekDays> WeekDayItems { get; set; }

Property Value

TypeDescription
List<SchedulerWeekDays>

The list of available items.

|

Remarks

Refer to the SchedulerRecurrenceFormInfo class description for additional information and an example.

See Also

SchedulerRecurrenceFormInfo Class

SchedulerRecurrenceFormInfo Members

DevExpress.Blazor Namespace