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

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

Declaration

public WorkDaysCollection WorkDays { get; }

Property Value

Type Description
WorkDaysCollection

A WorkDaysCollection object which identifies work days.

See Also