Back to Devexpress

FloatingDocumentContainer Enum

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-fc85881d.md

latest2.0 KB
Original Source

FloatingDocumentContainer Enum

Contains values that specify how floating documents are hosted.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum FloatingDocumentContainer
vb
Public Enum FloatingDocumentContainer

Members

NameDescription
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.

|

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

FloatingDocumentContainer

DevExpress.XtraBars.Docking2010.Views Namespace