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

FloatingDocumentContainer Enum

Contains values that specify how floating documents are hosted.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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