TcxCustomGridCardRowLayoutObject.IsWholeLine(TcxGridCardViewRow) Method
Identifies if the specified Card View row occupies an entire card by width.
Declaration
function IsWholeLine(ARow: TcxGridCardViewRow): Boolean;
Parameters
Name | Type | Description |
---|---|---|
ARow | TcxGridCardViewRow | The target Card View row. |
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
If a card is split into horizontal layers (the View’s RowLayout property is set to rlHorizontal
) and a layer (wherein the ARow
item is located) contains two or more card rows, IsWholeLine
returns False
.
The IsWholeLine
function returns True
if the ARow
item comprises the entire layer.
When under a vertical layout, the IsWholeLine
function always returns True.
See Also