Skip to main content

IDockController.Float(BaseLayoutItem) Method

Makes the specified item floating.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

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