Skip to main content

TcxGridCardViewRow.IsVisibleInCard(TcxGridCard) Method

Determines whether the card row is visible within the specified card.

Declaration

function IsVisibleInCard(ACard: TcxGridCard): Boolean; virtual;

Parameters

Name Type
ACard TcxGridCard

Returns

Type
Boolean

Remarks

Use the IsVisibleInCard method to determine whether the card row is visible within the card specified by the ACard parameter. If the row is visible within the specified card, the method returns True. Otherwise, False is returned.

Please refer to the TcxGridCard.GetVisibleRows method description for details on when card rows may be not visible within particular cards.

See Also