Back to Devexpress

TcxSchedulerDBStorage.FieldNames Property

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstorage-5170ff3f.md

latest2.0 KB
Original Source

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

TcxSchedulerDBStorage Class

TcxSchedulerDBStorage Members

cxSchedulerDBStorage Unit