Skip to main content
A newer version of this page is available. .

DockLayoutManager.DockingStyle Property

Gets or sets the docking style. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public DockingStyle DockingStyle { get; set; }

Property Value

Type Description
DockingStyle

A DockingStyle value that is the current docking style.

Available values:

Name Description
Default

The default docking style, based on the Visual Studio 2008 dock behavior.

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

Remarks

You can use the DockingStyle property to enable the Visual Studio 2010 docking style. See the Document Groups and Panels topic to learn more.

See Also