WindowsFormsSettings.DockingViewStyle Property
Gets or sets the style for all DockManager and DocumentManager panels in this application.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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.
See Also