Skip to main content
A newer version of this page is available. .

XRDesignMdiControllerDesignSettings.DockingViewStyle Property

Specifies the View style for the Report Designer‘s dock panels and tabs.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[DefaultValue(DockingViewStyle.Default)]
public DockingViewStyle DockingViewStyle { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Docking2010.Views.DockingViewStyle **Default**

A DevExpress.XtraBars.Docking2010.Views.DockingViewStyle enumeration value that specifies the View style.

Property Paths

You can access this nested property as listed below:

Object Type Path to DockingViewStyle
XRDesignMdiController
.DesignSettings .DockingViewStyle

Remarks

The DockingViewStyle property allows you to enable the Light style for the End-User Report Designer. This View provides the following features:

  • one-pixel borders for all dock panels;
  • no borders for tab headers;
  • lightly highlights the selected tab.

When the DockingViewStyle is set to Default or Classic, the End-User Report Designer looks as follows:

See Change the Dock Panel View in the End-User Report Designer for more information.

See Also