Skip to main content

TcxGridCardViewRowPosition.IsWholeLine Method

Identifies if the card row occupies the entire layer.

Declaration

function IsWholeLine: Boolean;

Returns

Type
Boolean

Remarks

If a card is split into horizontal layers (the View’s RowLayout property is set to rlHorizontal) and the layer (which ARow is located in) contains only ARow, the IsWholeLine function returns True; otherwise, False.

If layers are arranged vertically (a card is split into columns – card rows in columns flow downward, one under another), IsWholeLine always returns True.

See Also