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

TcxGridCardVisibleRowLayoutObject.GetRowsAtOffset(TcxGridCardViewRow,TList) Method

Populates the ARows collection with visible card rows beginning from the first card row and ending with the ARowAtOffset card row.

#Declaration

Delphi
procedure GetRowsAtOffset(ARowAtOffset: TcxGridCardViewRow; ARows: TList);

#Parameters

Name Type
ARowAtOffset TcxGridCardViewRow
ARows TList

#Remarks

Use the GetRowsAtOffset method to cache a set of card rows bound by the specified card row.

The ARowAtOffset parameter specifies the card row, which is the upper bound of the card rows to be cached.

The ARows parameter specifies the cache to be populated with card rows.

See Also