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

IDockController.Float(BaseLayoutItem) Method

Makes the specified item floating.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

FloatGroup Float(
    BaseLayoutItem item
)

Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem object that to be made floating.

Returns

Type Description
FloatGroup

A FloatGroup object that when created, displays the item in the floating state.

See Also