ITabbedViewController.FloatAll(DocumentGroup) Method
Floats all tabs that belong to the target DocumentGroup.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| group | DocumentGroup | A DocumentGroup whose child tabs are to be undocked. |
Returns
| Type | Description |
|---|---|
| Boolean | true if documents were undocked successfully; otherwise, false. |
See Also