Back to Devexpress

DockingViewStyle Enum

wpf-devexpress-dot-xpf-dot-docking-17d0ff60.md

latest1.4 KB
Original Source

DockingViewStyle Enum

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

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public enum DockingViewStyle
vb
Public Enum DockingViewStyle

Members

NameDescription
Default

Dock layout items do not merge their borders.

| | Light |

Dock layout items merge their borders.

|

The following properties accept/return DockingViewStyle values:

Remarks

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

See Also

DevExpress.Xpf.Docking Namespace