Skip to main content

TcxGridCardViewRowLayoutController.IsHorizontalLayout Method

Determines whether card rows are horizontally arranged within a card.

Declaration

function IsHorizontalLayout: Boolean;

Returns

Type
Boolean

Remarks

If card rows are arranged horizontally (the View’s RowLayout property is set to rlHorizontal), the IsHorizontalLayout function returns True.

For a vertical layout (the View’s RowLayout property is set to rlVertical), IsHorizontalLayout returns False.

See Also