Skip to main content

DockControllerBase.Float(BaseLayoutItem) Method

Makes the specified item floating.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public FloatGroup Float(
    BaseLayoutItem item
)

#Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem object that shall be made floating.

#Returns

Type Description
FloatGroup

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

#Implements

DevExpress.Xpf.Docking.IDockController.Float(BaseLayoutItem)
See Also