Skip to main content
All docs
V25.1
  • IDockController.Float(BaseLayoutItem) Method

    Makes the specified item floating.

    Namespace: DevExpress.Xpf.Docking

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