Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IWindowsUIViewController.Flip(SplitGroup) Method

Flips the specific SplitGroup‘s layout.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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