Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridViewData.RowIndex Property

Specifies the zero-based index of the uppermost visible row in the data area.

#Declaration

Delphi
property RowIndex: Integer read; write;

#Property Value

Type
Integer

#Remarks

Depending upon how many rows are located after the specified row and the number of rows displayed at a time in the data area (see the RowCount and RowsPerPage properties), the specified row will either be the uppermost row or simply scrolled into view. In the latter instance the RowIndex property will return an index of the row, which has become the uppermost visible row.

See Also