WorkDayType Enum
In This Article
Lists day types by the working activity.
Namespace: DevExpress.Schedule
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
Week
|
Indicates a weekday. |
Holiday
|
Indicates that this day is a holiday. |
Exact
|
Indicates that a particular, exact date is a work day. |
#Related API Members
The following properties accept/return WorkDayType values:
See Also