Back to Devexpress

IWindowsUIViewController.Flip(SplitGroup) Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-iwindowsuiviewcontroller-dot-flip-x28-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-splitgroup-x29.md

latest2.9 KB
Original Source

IWindowsUIViewController.Flip(SplitGroup) Method

Flips the specific SplitGroup‘s layout.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool Flip(
    SplitGroup group
)
vb
Function Flip(
    group As SplitGroup
) As Boolean

Parameters

NameTypeDescription
groupSplitGroup

A SplitGroup to be flipped.

|

Returns

TypeDescription
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

Rotate(SplitGroup)

IWindowsUIViewController Interface

IWindowsUIViewController Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace