TcxSchedulerAggregateStorage.CustomFields Property
Represents user-defined fields in storage.
Declaration
property CustomFields: TcxSchedulerStorageFields read; write;
Property Value
Type |
---|
TcxSchedulerStorageFields |
Remarks
Use the CustomFields property to specify user-defined 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 TcxSchedulerStorage.CustomFields properties).
See Also