Skip to main content

DateNavigator.Workdays Property

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

public IList<DayOfWeek> Workdays { get; set; }

#Property Value

Type Description
IList<DayOfWeek>

The list of the DayOfWeek objects.

#Remarks

To strictly specify workdays (that will have priority over DateNavigator.Holidays), use the DateNavigator.ExactWorkdays property.

DateNavigator

See Also