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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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