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

DockingViewStyle Enum

Lists the values that specify the docking items’ view style.

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public enum DockingViewStyle

Members

Name Description
Default

Dock layout items do not merge their borders.

DockingViewStyle.Default

Light

Dock layout items merge their borders.

DockingViewStyle.Light

Related API Members

The following properties accept/return DockingViewStyle values:

Remarks

The values listed by this enumeration are used to set the BaseLayoutItem.DockingViewStyle property.

See Also