windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-37c2a22d.md
Gets or sets the View style.
Namespace : DevExpress.XtraBars.Docking2010.Views
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(DockingViewStyle.Default)]
[XtraSerializableProperty]
public DockingViewStyle Style { get; set; }
<DefaultValue(DockingViewStyle.Default)>
<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 View style.
|
The Style property allows you to enable the “Light” style that features the following:
Apart from the DocumentManager, you can switch the DockManager to the “Light” style as well. Use the DockManager.Style property to do so.
See Also