BaseLayoutItem.DockingViewStyle Property
In This Article
Gets a value that specifies how the current layout item displays its borders.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public DockingViewStyle DockingViewStyle { get; }
#Property Value
Type | Description |
---|---|
Docking |
A Docking |
Available values:
Name | Description |
---|---|
Default | Dock layout items do not merge their borders. |
Light | Dock layout items merge their borders. |
#Remarks
The DockingViewStyle property returns Light, when the borders between dock panels are merged.
Use the DockLayoutManager.ViewStyle property to specify the layout items’ view style.
See Also