Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerDBStorage.CustomFields Property

Represents user-defined fields in storage.

#Declaration

Delphi
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