Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

bool FloatAll(
    Document document
)

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