Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public WorkDaysCollection WorkDays { get; }

Property Value

Type Description
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