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

TcxCustomRow.VisibleIndex Property

Determines the position of the current visible row in the grid control.

#Declaration

Delphi
property VisibleIndex: Integer read;

#Property Value

Type
Integer

#Remarks

The collection of items displayed in the grid control is determined by the TcxvgCustomViewInfo.VisibleRows property. The VisibleIndex determines the position of the current row in this collection.

It’s a zero-based index; all subsequent rows are numbered sequentially.

Note that if the specified row is invisible in the control this property returns -1. It may be in the following cases:

  • The value of the Visible property is False;

  • Its parent row is collapsed.

See Also