Skip to main content

ITabbedViewController.FloatAll(DocumentGroup) Method

Floats all tabs that belong to the target DocumentGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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