XtraTabbedMdiManager.FloatForms Property
Provides access to the collection of floating pages.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraTabbedMdi.FloatFormCollection | A FloatFormCollection object that represents the collection of floating pages. |
Remarks
Floating pages are the forms whose MDIParent property is not set. The XtraTabbedMdiManager automatically manipulates the MDIParent property to make pages floating or docked.
End-users can make pages floating by double-clicking tab headers or dragging the forms away from the XtraTabbedMdiManager. See the XtraTabbedMdiManager.FloatOnDoubleClick and XtraTabbedMdiManager.FloatOnDrag properties.
See Also