Holiday.Type Property
Gets the day type associated with this class.
Namespace: DevExpress.Schedule
Assembly: DevExpress.Data.v22.2.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
WorkDayType | A WorkDayType.Holiday enumeration value. |
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. |
See Also