TcxGridCardViewRowLayoutController.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 the vertical layout (the View’s RowLayout property is set to rlVertical
), if card rows are collected in one column (one under another), IsSimpleLayout
returns True
. Otherwise – False
.
See Also