Back to Devexpress

DockManager.DockMode Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-8cd0b31c.md

latest2.2 KB
Original Source

DockManager.DockMode Property

Gets or sets the dock style.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(DockMode.Default)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public DockMode DockMode { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(DockMode.Default)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property DockMode As DockMode

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Docking.Helpers.DockModeDefault

A DevExpress.XtraBars.Docking.Helpers.DockMode enumeration value that specifies the dock style.

|

Remarks

The Docking library allows use of one of two available dock styles. These are: Standard and VS2005. A dock style specifies the manner in which the dock mechanism works.

In the VS2005 style, the dock interface is like the one found in Microsoft Visual Studio 2005 in terms of appearance and behavior. You will see exactly where the dragged panel can be docked. Small markers will indicate sides where the panel can be docked:

DockModeStandard is the old dock style. It’s not supported in MS Windows operating systems that use Desktop Windows Manager (Windows Vista and Windows 7).

See Also

CreateVs2005DockStyleVisualizers()

DockModeVS2005FadeFramesCount

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace