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 | Split |
A Split |
#Returns
Type | Description |
---|---|
Boolean | true if a Split |
#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.