Skip to main content
A newer version of this page is available. .
Bar

StandaloneBarDockControl.Dock Property

Gets or sets which control borders are docked to its parent control and determines how the control is resized with its parent.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Layout")]
[Browsable(true)]
public DockStyle Dock { get; set; }

Property Value

Type Description
DockStyle

A DockStyle enumeration member which specifies the position and manner in which the control is docked.

Remarks

See the Dock property to learn more.

See Also