TcxGridDBColumn.DataBinding Property
Refers to the object which links a table column to a dataset field.
Declaration
property DataBinding: TcxGridItemDBDataBinding read; write;
Property Value
Type |
---|
TcxGridItemDBDataBinding |
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