TcxGridItemDataBinding.Item Property
In This Article
Provides access to the grid View item to which the data binding belongs.
#Declaration
Delphi
property Item: TcxCustomGridTableItem read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Item property, to gain access to the grid View item to which the current data binding object belongs.
See Also