Back to Devexpress

DateNavigator.ExactWorkdays Property

wpf-devexpress-dot-xpf-dot-editors-dot-datenavigator-dot-datenavigator-16c1a9a5.md

latest1.8 KB
Original Source

DateNavigator.ExactWorkdays Property

Gets or sets a collection of working days that do not depend on the DateNavigator.Holidays and DateNavigator.Workdays properties settings. 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<DateTime> ExactWorkdays { get; set; }
vb
Public Property ExactWorkdays As IList(Of Date)

Property Value

TypeDescription
IList<DateTime>

The list of the DateTime dates.

|

Remarks

Use the ExactWorkdays property to specify dates which are treated as working days and have priority over the DateNavigator.Holidays setting.

See Also

Workdays

DateNavigator Class

DateNavigator Members

DevExpress.Xpf.Editors.DateNavigator Namespace