Back to Devexpress

BaseView.FloatDocuments Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-cdf2c254.md

latest3.2 KB
Original Source

BaseView.FloatDocuments Property

Provides access to floating documents.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public FloatDocumentCollection FloatDocuments { get; }
vb
<Browsable(False)>
Public ReadOnly Property FloatDocuments As FloatDocumentCollection

Property Value

TypeDescription
DevExpress.XtraBars.Docking2010.Views.FloatDocumentCollection

A FloatDocumentCollection that stores floating documents.

|

Remarks

To make a document floating, use the IBaseViewController.Float method. To dock a floating document, use the IBaseViewController.Dock method.

By default, documents within a NativeMdiView can be dragged only within the View’s bounds. These documents are considered as “docked”. When you make a document floating within a NativeMdiView, it can be dragged outside the View. To “dock” a document back to a NativeMdiView, so it can be dragged only within the View’s bounds, call the IBaseViewController.Dock method.

See Also

Dock

Float

IBaseDocumentDefaultProperties.AllowFloat

IBaseDocumentProperties.AllowFloat

IBaseDocumentDefaultProperties.AllowDock

IBaseDocumentProperties.AllowDock

IDocumentDefaultProperties.AllowFloatOnDoubleClick

IDocumentProperties.AllowFloatOnDoubleClick

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace