Skip to main content
A newer version of this page is available. .

BaseView.Style Property

Gets or sets the View style.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(DockingViewStyle.Default)]
[XtraSerializableProperty]
public DockingViewStyle Style { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Docking2010.Views.DockingViewStyle **Default**

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:

Docking - Light View

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