Back to Devexpress

StandaloneBarDockControl.DockStyle Property

windowsforms-devexpress-dot-xtrabars-dot-standalonebardockcontrol.md

latest1.7 KB
Original Source

StandaloneBarDockControl.DockStyle Property

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

Declaration

csharp
public override BarDockStyle DockStyle { get; }
vb
Public Overrides ReadOnly Property DockStyle As BarDockStyle

Property Value

TypeDescription
BarDockStyle

Always the BarDockStyle.Standalone value.

|

Available values:

NameDescription
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

StandaloneBarDockControl Class

StandaloneBarDockControl Members

DevExpress.XtraBars Namespace