Skip to main content

SchedulerStorageControlSettings.WorkDays Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public WorkDaysCollection WorkDays { get; }

Property Value

Type Description
WorkDaysCollection

A WorkDaysCollection object which identifies work days.

See Also