A newer version of this page is available.
Switch to the current version.
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.v19.1.dll
Declaration
public DockingViewStyle ViewStyle { get; set; }
Public Property ViewStyle As DockingViewStyle
Property Value
Type | Description |
---|---|
DockingViewStyle | A DockingViewStyle enumeration value. |
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
Feedback