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

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.v19.2.dll

Declaration

public void FlipLayout(
    bool processChildGroups
)

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