Skip to main content

TcxGridCardViewRowLayoutObject.IsSimpleLayout Method

Determines whether a card has a one-dimensional structure.

Declaration

function IsSimpleLayout: Boolean;

Returns

Type
Boolean

Remarks

If a card is split into horizontal layers with one card row per layer, the IsSimpleLayout function returns True; otherwise, False.

In a vertical layout (the View’s RowLayout property is set to rlVertical), if card rows are collected in one column (one under another), the IsSimpleLayout function returns True; otherwise,False`.

See Also