Back to Devexpress

DockManager.Style Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-088df8b0.md

latest2.2 KB
Original Source

DockManager.Style Property

Gets or sets the style for all panels owned by this DockManager.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DockingViewStyle.Default)]
[DXCategory("Docking")]
[XtraSerializableProperty]
public DockingViewStyle Style { get; set; }
vb
<DefaultValue(DockingViewStyle.Default)>
<DXCategory("Docking")>
<XtraSerializableProperty>
Public Property Style As DockingViewStyle

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Docking2010.Views.DockingViewStyleDefault

A DevExpress.XtraBars.Docking2010.Views.DockingViewStyle enumeration value that specifies the panel style.

|

Remarks

The Style property allows you to enable the “Light” style that features the following:

Apart from the DockManager, you can switch the DocumentManager to the “Light” style as well. Use the BaseView.Style property to do so.

See Also

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace