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