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.FieldNames Property

Provides access to the dataset field names used for binding dataset fields to individual properties of the persisted user events.

#Declaration

Delphi
property FieldNames: TcxSchedulerDBStorageFieldNames read; write;

#Property Value

Type
TcxSchedulerDBStorageFieldNames

#Remarks

Use this property to map persisted event properties to the corresponding dataset fields that actually store their values. You need to assign required names of the underlying dataset’s fields to the following properties to be able to manage user events in the associated Scheduler control:

You can also map optional event properties to the corresponding dataset fields to be able to store additional event information, such as captions and descriptions. Refer to the TcxSchedulerDBStorageFieldNames class description for detailed information on all available options.

See Also