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

Holiday.Type Property

Gets the day type associated with this class.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v18.2.dll

Declaration

public override WorkDayType Type { get; }

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