Back to Devexpress

DockingStyle Enum

wpf-devexpress-dot-xpf-dot-docking-19e10540.md

latest1.8 KB
Original Source

DockingStyle Enum

Contains values that specify the dock behavior of the DockLayoutManager.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public enum DockingStyle
vb
Public Enum DockingStyle

Members

NameDescription
Default

The default docking style, based on the Visual Studio 2008 dock behavior. In this mode, you can drag DocumentPanels away from their parent DocumentGroups at runtime. Your users can dock these panels as regular layout panels.

| | VS2010 |

Emulates the docking capabilities found in Microsoft Visual Studio 2010 (including changing docking hints and restricting DocumentPanels from being docked anywhere other than DocumentGroups).

|

The following properties accept/return DockingStyle values:

See Also

DockingStyle

DevExpress.Xpf.Docking Namespace