TcxCustomGridCardRowLayoutObject.IsFirstInLayer(TcxGridCardViewRow) Method
Identifies if the specified Card View row occupies the first position in the corresponding layer.
Declaration
function IsFirstInLayer(ARow: TcxGridCardViewRow): Boolean;
Parameters
| Name | Type | Description |
|---|---|---|
| ARow | TcxGridCardViewRow | The target Card View row. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also