TcxGridDBLayoutViewItem.DataBinding Property
In This Article
Provides access to the item’s link object.
#Declaration
Delphi
property DataBinding: TcxGridItemDBDataBinding read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
This object is used for linking an item with a dataset field.
Refer to the TcxGridItemDBDataBinding description, for details.
See Also