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.OnTopRowIndexChanged Event

In This Article

Allows you to track vertical scrolling of grid rows.

#Declaration

Delphi
property OnTopRowIndexChanged: TNotifyEvent read; write;

#Remarks

The OnTopRowIndexChanged event is fired when the grid is displayed in single record view (see LayoutStyle) to notify you about vertical scrolling of grid rows.

The Sender parameter represents a vertical grid control that initiated the event.

You can determine the index of the top visible row using the TopVisibleRowIndex property.

See Also