TcxGridDBColumn.DataBinding Property
In This Article
Refers to the object which links a table column to a dataset field.
#Declaration
Delphi
property DataBinding: TcxGridItemDBDataBinding read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
This property provides an object connecting a column to a dataset field. Use the DataBinding.Data property to store arbitrary data according to your needs.
See Also