Back to Devexpress

SchedulerStorageControlSettings.WorkDays Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-schedulerstoragecontrolsettings.md

latest1.2 KB
Original Source

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.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.

|

See Also

SchedulerStorageControlSettings Class

SchedulerStorageControlSettings Members

DevExpress.Web.Mvc Namespace