Skip to main content

DateNavigator.ExactWorkdays Property

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

public IList<DateTime> ExactWorkdays { get; set; }

#Property Value

Type Description
IList<DateTime>

The list of the DateTime objects specifying strict workdays.

#Remarks

Use the ExactWorkdays property to specify strict workdays that have priority over the DateNavigator.Holidays property setting.

DateNavigator

See Also