IWindowsUIViewController.Rotate(SplitGroup) Method
Rotates the specific SplitGroup changing its orientation.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
bool Rotate(
SplitGroup group
)
#Parameters
Name | Type | Description |
---|---|---|
group | Split |
A Split |
#Returns
Type | Description |
---|---|
Boolean | true if the specific Split |
#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.