Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WindowsFormsSettings.DockingViewStyle Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.2.dll

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

#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