Back to Devexpress

TcxSchedulerDBStorageResources.ResourceWorkDays Property

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstorageresources-4b7d0b0c.md

latest1.4 KB
Original Source

TcxSchedulerDBStorageResources.ResourceWorkDays Property

Specifies the name of the underlying dataset field that stores sets of workdays that the persisted resources use.

Declaration

delphi
property ResourceWorkDays: TcxFieldName read; write;

Property Value

Type
TcxFieldName

Remarks

Use this property to map the WorkDays properties of the persisted resources to the underlying dataset’s TIntegerField field that stores different day of week combinations as integer values. Refer to the cxDaysToInteger and cxIntegerToDays global function descriptions for details.

The ResourceWorkDays property’s default value is an empty string.

See Also

Bound Mode

TcxSchedulerDBStorageResources Class

TcxSchedulerDBStorageResources Members

cxSchedulerDBStorage Unit