windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-088df8b0.md
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
[DefaultValue(DockingViewStyle.Default)]
[DXCategory("Docking")]
[XtraSerializableProperty]
public DockingViewStyle Style { get; set; }
<DefaultValue(DockingViewStyle.Default)>
<DXCategory("Docking")>
<XtraSerializableProperty>
Public Property Style As DockingViewStyle
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraBars.Docking2010.Views.DockingViewStyle | Default |
A DevExpress.XtraBars.Docking2010.Views.DockingViewStyle enumeration value that specifies the panel style.
|
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