Skip to main content
A newer version of this page is available. .

WorkDayType Enum

Lists day types by the working activity.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public enum WorkDayType

Members

Name Description
WeekDay

Indicates a weekday.

Holiday

Indicates that this day is a holiday.

ExactWorkDay

Indicates that a particular, exact date is a work day.

Related API Members

The following properties accept/return WorkDayType values:

See Also