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

IWindowsUIViewController.Flip(SplitGroup) Method

Flips the specific SplitGroup‘s layout.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

bool Flip(
    SplitGroup group
)

Parameters

Name Type Description
group SplitGroup

A SplitGroup to be flipped.

Returns

Type Description
Boolean

true if a SplitGroup was flipped successfully; otherwise, false.

Remarks

A SplitGroup detaches documents from its DocumentGroup.Items collection with separators. These can be dragged at runtime to reduce or increase document size. Documents are arranged depending on the container’s Properties.Orientnation property. The Flip method flips the current SplitGroup either horizontally or vertically depending on its orientation.

Also, see the IWindowsUIViewController.Rotate method that changes the specific SplitGroup‘s orientation.

See Also