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.GetLayerRows(TcxGridCardViewRow,TList) Method

Populates the ARows collection with visible card rows, which are located in the layer indicated by the ARowInLayer.

#Declaration

Delphi
procedure GetLayerRows(ARowInLayer: TcxGridCardViewRow; ARows: TList);

#Parameters

Name Type
ARowInLayer TcxGridCardViewRow
ARows TList

#Remarks

Use the GetLayerRows method to cache card rows of a particular layer.

The ARowInLayer parameter specifies a card row that identifies a corresponding layer.

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

See Also