Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BaseLayoutItem.DockingViewStyle Property

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
DockingViewStyle

A DockingViewStyle enumeration value.

Available values:

Name Description
Default

Dock layout items do not merge their borders.

DockingViewStyle.Default

Light

Dock layout items merge their borders.

DockingViewStyle.Light

#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