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

PrintControl.DockingViewStyle Property

Specifies the View style for dock panels.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v24.2.dll

NuGet Package: 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