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

TcxCustomVerticalGrid.TopVisibleRowIndex Property

Specifies the index of the top-most visible row.

#Declaration

Delphi
property TopVisibleRowIndex: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use the TopVisibleRowIndex property to specify the index of the top most visible row. Assigning a new value to this property makes the row with the specified index the top most visible row.

If the row whose index is specified as the TopVisibleRowIndex value is not currently visible, then the vertical grid control is scrolled until the required row appears (or becomes the top most visible row).

See Also