Skip to main content

TcxSchedulerOptionsView.WorkDays Property

Specifies the days that contain work hours.

Declaration

property WorkDays: TDays read; write;

Property Value

Type
TDays

Remarks

Use the WorkDays property to specify the days that are displayed as workdays in the scheduling area.

Note the following:

  • The resource’s WorkDays property has a higher priority than the WorkDays property.

  • The View’s CompressWeekEnd and HideWeekEnd properties don’t depend upon the resource’s WorkDays property, so this property doesn’t affect the View layout. It only informs the scheduler in which days time blocks are to be painted as work hours (see the resource’s WorkStart and WorkFinish properties).

See Also