Skip to main content
A newer version of this page is available. .

FloatingDocumentContainer Enum

Contains values that specify how floating documents are hosted.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public enum FloatingDocumentContainer

Members

Name Description
Default

A Default value. Acts identically to the SingleDocument value.

SingleDocument

Floating documents are hosted within independent containers and cannot be docked to each other.

DocumentsHost

Floating documents are hosted within a float document container capable of containing multiple documents. You can drag documents to dock them into a floating container.

Related API Members

The following properties accept/return FloatingDocumentContainer values:

Remarks

Floating documents can be hosted in either separate containers, or in containers to which other documents can be docked. This behavior is specified via the BaseView.FloatingDocumentContainer property, that takes the FloatingDocumentContainer enumerator’s values as the parameter.

See Also