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

TcxGridCardView.VisibleRows Property

Provides indexed access to visible card rows.

#Declaration

Delphi
property VisibleRows[Index: Integer]: TcxGridCardViewRow read;

#Property Value

Type
TcxGridCardViewRow

#Remarks

Use the VisibleRows property to gain indexed access to the currently visible Card View rows. The Card View row visibility is determined by the CardViewRow.Visible property value. The number of the currently visible Card View rows can be obtained via the VisibleRowCount property.

See Also