Back to Devexpress

BaseView.AddFloatingDocumentsHost(BaseDocument[]) Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-dot-addfloatingdocumentshost-x28-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-basedocument-x29-f39ae887.md

latest2.2 KB
Original Source

BaseView.AddFloatingDocumentsHost(BaseDocument[]) Method

Creates a floating documents host (container) that will contain the specific BaseDocument objects collection.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool AddFloatingDocumentsHost(
    BaseDocument[] documents
)
vb
Public Function AddFloatingDocumentsHost(
    documents As BaseDocument()
) As Boolean

Parameters

NameTypeDescription
documentsBaseDocument[]

A BaseDocument objects collection that stores Documents hosted within the newly created floating documents container.

|

Returns

TypeDescription
Boolean

true if a floating documents host was successfully added; otherwise, false.

|

Remarks

See the BaseView.FloatingDocumentContainer property to learn more. If this property is not set to DocumentsHost , calling the AddFloatingDocumentsHost method will have no effect.

See Also

FloatingDocumentContainer

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace