Skip to main content

TcxGridCardView.VisibleRowCount Property

Returns the number of currently visible card rows.

Declaration

property VisibleRowCount: Integer read;

Property Value

Type
Integer

Remarks

Use the VisibleRowCount property to obtain the number of the currently visible Card View rows. The Card View row visibility is determined via the CardViewRow.Visible property value. All visible Card View rows can be accessed via the VisibleRows property.

See Also