Skip to main content

TcxSchedulerStorageResourceItem.WorkDays Property

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

Declaration

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