Skip to main content

XtraTabbedMdiManager.FloatForms Property

Provides access to the collection of floating pages.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public FloatFormCollection FloatForms { get; }

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