BaseView.Style Property
Gets or sets the View style.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.1.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:
- one-pixel borders for all documents;
- overlay resizing that allows end-users to resize a document without accidentally clicking controls inside that document (see the BaseView.CustomResizeZoneThickness property).
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