WindowsUIView.FloatingDocumentContainer Property
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override FloatingDocumentContainer FloatingDocumentContainer { get; set; }
Property Value
Type | Description |
---|---|
FloatingDocumentContainer | A FloatingDocumentContainer enumerator value. |
Available values:
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. |
Remarks
Floating Document Containers are not intended to be used within a WindowsUIView. See the BaseView.FloatingDocumentContainer topic instead to learn about use within other Views.