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

DateNavigator.Workdays Property

Gets or sets a collection of days of the week that are workdays. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DateNavigator

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public IList<DayOfWeek> Workdays { get; set; }

Property Value

Type Description
IList<DayOfWeek>

The list of the DayOfWeek objects.

Remarks

Use the Workdays to specify days of the week which should be treated as working days.

Tip

To specify exact dates which should be treated as working days and have priority over DateNavigator.Holidays, use the DateNavigator.ExactWorkdays property.

See Also