Skip to main content
A newer version of this page is available. .

PrintControl.DockingViewStyle Property

Specifies the View style for dock panels.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

[DefaultValue(DockingViewStyle.Default)]
public DockingViewStyle DockingViewStyle { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Docking2010.Views.DockingViewStyle **Default**

An enumeration value that specifies the View style.

Remarks

The DockingViewStyle property allows you to enable the Light style, which provides one-pixel borders for all dock panels.

print-preview-docking-light-view

When the DockingViewStyle is set to Default or Classic, dock panels look as follows:

print-preview-docking-classic-view

See Also