Back to Devexpress

SchedulerSettings.WorkDays Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-schedulersettings-6ae75681.md

latest1.7 KB
Original Source

SchedulerSettings.WorkDays Property

Provides access to the collection which identifies which days are assigned to a workweek.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public WorkDaysCollection WorkDays { get; }
vb
Public ReadOnly Property WorkDays As WorkDaysCollection

Property Value

TypeDescription
WorkDaysCollection

A WorkDaysCollection object which identifies work days.

|

Remarks

The WorkDays object identifies which week days are workdays. This information is used by the Work Week View, which by default displays only workdays and doesn’t display the other days. The settings of the Work Week View are specified by the MVCxSchedulerViewRepository.WorkWeekView property.

By default, Monday, Tuesday, Wednesday, Thursday and Friday are regarded as week workdays. The WorkDays property lets you set a different set of work days.

See Also

SchedulerSettings Class

SchedulerSettings Members

DevExpress.Web.Mvc Namespace