Skip to main content
A newer version of this page is available. .

LayoutGroup.RotateLayout(Boolean) Method

Interchanges the columns and rows of layout items, and optionally allows you to rotate nested groups.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public void RotateLayout(
    bool processChildGroups
)

Parameters

Name Type Description
processChildGroups Boolean

true if nested layout groups must be rotated as well; otherwise, false.

Remarks

This method transposes layout items, so that the rows become columns and the columns become rows.

See Also