TcxSchedulerDBStorage.CustomFields Property
Represents user-defined fields in storage.
Declaration
property CustomFields: TcxSchedulerDBStorageFields read; write;
Property Value
Type |
---|
TcxSchedulerDBStorageFields |
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 TcxSchedulerStorage.CustomFields and TcxSchedulerAggregateStorage.CustomFields properties).
See Also