Back to Devexpress

IBaseViewController.Float(DockPanel) Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-ibaseviewcontroller-dot-float-x28-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-x29.md

latest2.0 KB
Original Source

IBaseViewController.Float(DockPanel) Method

Makes a docked DockPanel float.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool Float(
    DockPanel dockPanel
)
vb
Function Float(
    dockPanel As DockPanel
) As Boolean

Parameters

NameTypeDescription
dockPanelDockPanel

A DockPanel that is to be undocked.

|

Returns

TypeDescription
Boolean

true if the target DockPanel was successfully undocked; otherwise, false.

|

Remarks

The Float method is used to undock a dock panel. Conversely, to dock a floating IBaseViewController to the View, use the IBaseViewController.Dock method.

See Also

Dock

IBaseViewController Interface

IBaseViewController Members

DevExpress.XtraBars.Docking2010.Views Namespace