Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerOptionsView.WorkDays Property

Specifies the days that contain work hours.

#Declaration

Delphi
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