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

DockControllerBase.Float(BaseLayoutItem) Method

Makes the specified item floating.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.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.

See Also