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