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