Back to Devexpress

XRDesignMdiControllerDesignSettings.DockingViewStyle Property

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignmdicontrollerdesignsettings-3fced0d6.md

latest2.7 KB
Original Source

XRDesignMdiControllerDesignSettings.DockingViewStyle Property

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

Namespace : DevExpress.XtraReports.UserDesigner

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

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

Property Value

TypeDescription
DevExpress.XtraBars.Docking2010.Views.DockingViewStyle

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 TypePath 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

XRDesignMdiControllerDesignSettings Class

XRDesignMdiControllerDesignSettings Members

DevExpress.XtraReports.UserDesigner Namespace