Skip to main content

LayoutGroup.RotateLayout() Method

Interchanges the columns and rows of layout items, including columns and rows of nested groups.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void RotateLayout()

Remarks

This method calls another overload of the RotateLayout method with the processChildGroups parameter set to true.

See Also