PrintControl.DockingViewStyle Property
In This Article
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. |
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