Skip to main content

TcxSchedulerStorage.CustomFields Property

Provides access to the collection of stored custom fields.

Declaration

property CustomFields: TcxSchedulerStorageFields read; write;

Property Value

Type
TcxSchedulerStorageFields

Remarks

Use the CustomFields property to specify custom fields.

Important

if connected to the scheduler via the aggregate storage, each linked storage must mirror the custom fields of other linked storages (and custom fields of all linked storages must be specified in the aggregate storage). In other words, custom fields must be cross-specified in storages (see the TcxSchedulerDBStorage.CustomFields and TcxSchedulerAggregateStorage.CustomFields properties).

See Also