DockControllerBase.Float(BaseLayoutItem) Method
Makes the specified item floating.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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
See Also