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