Back to Devexpress

TcxSchedulerDBStorage.DataSource Property

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstorage.md

latest1.1 KB
Original Source

TcxSchedulerDBStorage.DataSource Property

Specifies the data source that links the bound event persistence manager to a dataset.

Declaration

delphi
property DataSource: TDataSource read; write;

Property Value

Type
TDataSource

Remarks

Use this property to associate the persistence manager with a required data source and assign the underlying dataset to the DataSource.DataSet property.

The default DataSrouce property value is nil.

See Also

TcxSchedulerDBStorage Class

TcxSchedulerDBStorage Members

cxSchedulerDBStorage Unit