windowsforms-devexpress-dot-xtratabbedmdi-dot-xtratabbedmdimanager-7f21d374.md
Provides access to the collection of floating pages.
Namespace : DevExpress.XtraTabbedMdi
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
public FloatFormCollection FloatForms { get; }
<Browsable(False)>
Public ReadOnly Property FloatForms As FloatFormCollection
| Type | Description |
|---|---|
| DevExpress.XtraTabbedMdi.FloatFormCollection |
A FloatFormCollection object that represents the collection of floating pages.
|
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