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

SchedulerControl.WorkDays Property

Gets or sets days that form a work week. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Days WorkDays { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.Days

A DevExpress.UI.Xaml.Scheduler.Days set of flags.

Remarks

Use the WorkDays property to define days that are a part of your work week. This information is used by the Work Week View, which displays only working days by default.

The default work week lasts from Monday through Friday. Use the WorkDays property to specify a different set of work days.

See Also