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

WindowsFormsSettings.DockingViewStyle Property

Gets or sets the style for all DockManager and DocumentManager panels in this application.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public static DockingViewStyle DockingViewStyle { get; set; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.DockingViewStyle

A DevExpress.XtraBars.Docking2010.Views.DockingViewStyle enumeration value that specifies the style for all DockManager and DocumentManager panels in this application.

Remarks

The DockingViewStyle property is a global setting that allows you to apply the one-pixel border “Light” style to all DockManager and DocumentManager panels. You can override this setting for individual components. To do that, use their DockManager.Style and BaseView.Style properties.

Docking - Light View

See Also