DockManager.Style Property
Gets or sets the style for all panels owned by this DockManager.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(DockingViewStyle.Default)]
[DXCategory("Docking")]
[XtraSerializableProperty]
public DockingViewStyle Style { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Default | A DevExpress. |
#Remarks
The Style property allows you to enable the “Light” style that features the following:
- one-pixel borders for all panels;
- overlay resizing that allows end-users to resize a panel without accidentally clicking controls inside that panel (see the DockingOptions.CustomResizeZoneThickness property).
Apart from the DockManager, you can switch the DocumentManager to the “Light” style as well. Use the BaseView.Style property to do so.