TcxCustomGridCardRowLayoutObject.GetLayerIndex(TcxGridCardViewRow) Method
Returns the index of the layer that contains the specified card row.
Declaration
function GetLayerIndex(ARow: TcxGridCardViewRow): Integer; overload;
Parameters
Name | Type | Description |
---|---|---|
ARow | TcxGridCardViewRow | The target Card View row. |
Returns
Type | Description |
---|---|
Integer | The index of the target Card view row’s parent layer. |
See Also