TcxCustomGridCardRowLayoutObject.GetIndexInLayer(TcxGridCardViewRow) Method
Returns the specified row’s index in the corresponding layer.
Declaration
function GetIndexInLayer(ARow: TcxGridCardViewRow): Integer;
Parameters
Name | Type | Description |
---|---|---|
ARow | TcxGridCardViewRow | The target Card View row. |
Returns
Type | Description |
---|---|
Integer | The target row’s index in its layer. |
See Also