TcxCustomGridTableView.ItemCount Property
In This Article
Returns the total number of data items in the grid View.
#Declaration
Delphi
property ItemCount: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The number of data items accessible through the Items property. |
See Also