Back to Devexpress

WorkDayType Enum

corelibraries-devexpress-dot-schedule-3f113dd2.md

latest1.2 KB
Original Source

WorkDayType Enum

Lists day types by the working activity.

Namespace : DevExpress.Schedule

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum WorkDayType
vb
Public Enum WorkDayType

Members

NameDescription
WeekDay

Indicates a weekday.

| | Holiday |

Indicates that this day is a holiday.

| | ExactWorkDay |

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

|

The following properties accept/return WorkDayType values:

See Also

DevExpress.Schedule Namespace