TcxPivotGridViewData.RowsPerPage Property
In This Article
Gets the number of rows, which are currently visible in the client area.
#Declaration
Delphi
property RowsPerPage: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
Use the RowsPerPage property to determine how many rows are currently shown in the client area.
See Also