TcxCustomGridTableView.Items Property
In This Article
Provides indexed access to all data items in the grid View.
#Declaration
Delphi
property Items[Index: Integer]: TcxCustomGridTableItem read; write;
#Property Value
Type | Description |
---|---|
Tcx |
A data item in the current View. You need to cast the returned object to the corresponding terminal Tcx Tip You can call the returned object’s Class |
#Remarks
You can use the Items
property to access individual data items in the grid View. The ItemCount property allows you to identify the number of data items accessible through the Items
property.
Tip
All terminal TcxItems
property that expose data items as objects of corresponding terminal Tcx
See Also