Skip to main content

PrintControl.DockingViewStyle Property

Specifies the View style for dock panels.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public DockingViewStyle DockingViewStyle { get; set; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.DockingViewStyle

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