TcxGridCardViewRowLayoutController.GetVisibleCoordinates(TcxGridCardViewRow) Method
Returns ARow‘s visible location in a card - in row-and-column coordinates.
Declaration
function GetVisibleCoordinates(ARow: TcxGridCardViewRow): TcxGridCardRowCoordinates;
Parameters
Name | Type |
---|---|
ARow | TcxGridCardViewRow |
Returns
Type |
---|
TcxGridCardRowCoordinates |
Remarks
Unlike the GetCoordinates method (which returns the card row’s coordinates in the entire card structure), the GetVisibleCoordinates method returns coordinates of the visible card row.
As a result, if ARow is not visible in a card (for example, ARow is a child of the category row and the latter one is collapsed), the corresponding column and row indexes in the TcxGridCardRowCoordinates record store the value of -1.
The ARow parameter specifies the card row whose location is to be obtained.
See Also