Back to Devexpress

DockLayoutManager.ViewStyle Property

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-fb2aa549.md

latest1.7 KB
Original Source

DockLayoutManager.ViewStyle Property

Gets or sets a value that specifies how the layout items display their borders.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public DockingViewStyle ViewStyle { get; set; }
vb
Public Property ViewStyle As DockingViewStyle

Property Value

TypeDescription
DockingViewStyle

A DockingViewStyle enumeration value.

|

Available values:

NameDescription
Default

Dock layout items do not merge their borders.

| | Light |

Dock layout items merge their borders.

|

Remarks

Use the DockLayoutManager.ViewStyle property to specify the layout items’ view style.

When the ViewStyle property is set to Light, the borders between dock panels are merged. That makes the UI lightweight.

See Also

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace