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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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