DateNavigator.Workdays Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
IList<Day |
The list of the Day |
#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 Date
See Also