Back to Devexpress

IWindowsUIViewController.Rotate(SplitGroup) Method

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

latest2.9 KB
Original Source

IWindowsUIViewController.Rotate(SplitGroup) Method

Rotates the specific SplitGroup changing its orientation.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Parameters

NameTypeDescription
groupSplitGroup

A SplitGroup to be rotated.

|

Returns

TypeDescription
Boolean

true if the specific SplitGroup was successfully rotated; otherwise, false.

|

Remarks

A SplitGroup can arrange documents from its DocumentGroup.Items collection either horizontally or vertically depending on the Orientation.IContentContainerDefaultProperties property value. The Rotate method reverses the current orientation of the specific SplitGroup.

You can also use the IWindowsUIViewController.Flip method that changes the SplitGroup‘s document size in inverse relation to their original size.

See Also

Flip(SplitGroup)

IWindowsUIViewController Interface

IWindowsUIViewController Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace