Back to Devexpress

DateNavigator.Workdays Property

wpf-devexpress-dot-xpf-dot-editors-dot-datenavigator-dot-datenavigator-73e22060.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IList<DayOfWeek> Workdays { get; set; }
vb
Public Property Workdays As IList(Of DayOfWeek)

Property Value

TypeDescription
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

ExactWorkdays

DateNavigator Class

DateNavigator Members

DevExpress.Xpf.Editors.DateNavigator Namespace