Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public abstract WorkDayType Type { get; }

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