Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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