Back to Devexpress

BaseView.AddFloatingDocumentsHost Method

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

latest1.1 KB
Original Source

BaseView.AddFloatingDocumentsHost Method

NameParametersDescription
AddFloatingDocumentsHost(BaseDocument)documentCreates a documents host window that contains the specified document. This method is in effect in the DocumentsHost mode.
AddFloatingDocumentsHost(BaseDocument[])documentsCreates a floating documents host (container) that will contain the specific BaseDocument objects collection.
AddFloatingDocumentsHost(Control)controlCreates a documents host window that contains a newly created document wrapping the specified control. This method is in effect in the DocumentsHost mode.