Skip to main content

BaseView.Style Property

Gets or sets the View style.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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