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.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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