Skip to main content

TcxDBImage.DataBinding Property

Provides access to data binding settings.

Declaration

property DataBinding: TcxDBEditDataBinding read; write;

Property Value

Type Description
TcxDBEditDataBinding

Stores data binding editor settings.

Remarks

You can use DataBinding.DataSource and DataBinding.DataField properties to bind the data-aware image editor to data.

Refer to the TcxDBEditDataBinding class description for detailed information on all available options.

Important

Ensure that the bound dataset field contains image data; otherwise, an error may occur.

See Also