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

TcxSchedulerStorageResourceItem.WorkDays Property

Specifies the set of days of week that have work hours.

#Declaration

Delphi
property WorkDays: TDays read; write;

#Property Value

Type
TDays

#Remarks

You can use this property to change the default workweek for the resource. The associated Scheduler control uses a specific color to paint the work hours determined by the WorkStart and WorkFinish property values for each work day. An individual resource’s set of work days defined by the WorkDays property overrides the Scheduler control’s OptionsView.WorkDays property.

Note

The WorkDays property value does not affect the layout of the active Week or Weeks View in the Compress Weekend and Hide Weekend modes.

The default WorkDays property value is [dMonday..dFriday].

See Also