windowsforms-devexpress-dot-xtrabars-dot-bardockcontrol-761b544e.md
Gets a value which specifies how the bar dock control is aligned within its parent control.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Layout")]
[Browsable(false)]
public virtual BarDockStyle DockStyle { get; }
<DXCategory("Layout")>
<Browsable(False)>
Public Overridable ReadOnly Property DockStyle As BarDockStyle
| Type | Description |
|---|---|
| BarDockStyle |
A DockingStyle enumeration value which specifies the manner in which a bar dock control is docked.
|
Available values:
| Name | Description |
|---|---|
| None |
A bar object is floating.
| | Left |
A bar object is docked to the left side of the owner control.
| | Top |
A bar object is docked to the top of the owner control.
| | Right |
A bar object is docked to the right side of the owner control.
| | Bottom |
A bar object is docked to the bottom of the owner control.
| | Standalone |
Identifies a StandaloneBarDockControl control.
|
See Also