Back to Devexpress

BaseView.Style Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-37c2a22d.md

latest2.2 KB
Original Source

BaseView.Style Property

Gets or sets the View style.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DockingViewStyle.Default)]
[XtraSerializableProperty]
public DockingViewStyle Style { get; set; }
vb
<DefaultValue(DockingViewStyle.Default)>
<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 View style.

|

Remarks

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

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace