Back to Devexpress

WindowsFormsSettings.DockingViewStyle Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-5e6ef497.md

latest2.1 KB
Original Source

WindowsFormsSettings.DockingViewStyle Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public static DockingViewStyle DockingViewStyle { get; set; }
vb
Public Shared Property DockingViewStyle As DockingViewStyle

Property Value

TypeDescription
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.

See Also

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace