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