TcxSchedulerStorageResourceItem.WorkDays Property
In This Article
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 Work
The default WorkDays property value is [dMonday..dFriday].
See Also