Skip to main content

IWindowsUIViewController.Rotate(SplitGroup) Method

Rotates the specific SplitGroup changing its orientation.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool Rotate(
    SplitGroup group
)

Parameters

Name Type Description
group SplitGroup

A SplitGroup to be rotated.

Returns

Type Description
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