DateNavigator.ExactWorkdays Property
In This Article
Gets or sets a collection of strict workdays that do not depend on the DateNavigator.Holidays and DateNavigator.Workdays properties settings.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
IList<Date |
The list of the Date |
#Remarks
Use the ExactWorkdays property to specify strict workdays that have priority over the DateNavigator.Holidays property setting.
See Also