LayoutGroup.FlipLayout(Boolean) Method
Flips the current group’s layout items around a vertical axis, and optionally allows you to flip the items in nested groups, if any.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
processChildGroups | Boolean | true if nested layout groups must be processed as well; otherwise, false. |
Remarks
The FlipLayout method flips the items from right to left. If the processChildGroups parameter is set to true, the items in nested groups are flipped as well.
See Also