Back to Devexpress

PrintControl.DockingViewStyle Property

windowsforms-devexpress-dot-xtraprinting-dot-control-dot-printcontrol-975cb36b.md

latest1.7 KB
Original Source

PrintControl.DockingViewStyle Property

Specifies the View style for dock panels.

Namespace : DevExpress.XtraPrinting.Control

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public DockingViewStyle DockingViewStyle { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property DockingViewStyle As DockingViewStyle

Property Value

TypeDescription
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.

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

See Also

PrintControl Class

PrintControl Members

DevExpress.XtraPrinting.Control Namespace