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

ITabbedViewController.FloatAll(DocumentGroup) Method

Floats all tabs that belong to the target DocumentGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

bool FloatAll(
    DocumentGroup group
)

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