Skip to main content

TdxDBDateTimeWheelPicker.DataBinding Property

Specifies a data source connection.

Declaration

property DataBinding: TcxDBEditDataBinding read; write;

Property Value

Type
TcxDBEditDataBinding

Remarks

This property implements data retrieval and posting to a data store. The DataBinding.DataSource property identifies a dataset to which to connect. The DataBinding.DataField property identifies the data source field.

See Also