Skip to main content

DockLayoutManager.DockingStyle Property

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

Namespace: DevExpress.Xpf.Docking

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

#Declaration

[XtraSerializableProperty]
public DockingStyle DockingStyle { get; set; }

#Property Value

Type Description
DockingStyle

A DevExpress.Xpf.Docking.DockingStyle value that is the current docking style.

#Remarks

You can use the DockingStyle property to enable the Visual Studio 2010 docking style.

See Also