Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XtraTabbedMdiManager.FloatForms Property

Provides access to the collection of floating pages.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v24.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