PrintControl.DockingViewStyle Property
Specifies the View style for dock panels.
Namespace: DevExpress.XtraPrinting.Control
Assembly: DevExpress.XtraPrinting.v24.1.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.
When the DockingViewStyle is set to Default or Classic, dock panels look as follows:
See Also