WorkDay.Type Property
Gets the type of the day that the current instance of the WorkDay class descendant represents.
Namespace: DevExpress.Schedule
Assembly: DevExpress.Data.v22.2.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
WorkDayType | A WorkDayType enumeration member specifying the day type. |
Available values:
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. |
Remarks
This property of the base WorkDay class is implemented in inherited classes to indicate the type of day that the descendants represent.
See Also