DateNavigator.Workdays Property
In This Article
Gets or sets a collection of days of the week that are workdays.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
IList<Day |
The list of the Day |
#Remarks
To strictly specify workdays (that will have priority over DateNavigator.Holidays), use the DateNavigator.ExactWorkdays property.
See Also