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