TcxGridCardView.VisibleRows Property
Provides indexed access to visible card rows.
Declaration
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