FloatingDocumentContainer Enum
Contains values that identify an undocked panel’s behavior.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Members
Name | Description |
---|---|
Default
|
The default is the |
SingleDocument
|
An undocked panel cannot contain multiple panels. |
DocumentHost
|
An undocked panel can contain multiple panels. |
Related API Members
The following properties accept/return FloatingDocumentContainer values:
See Also