Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(true)]
[DXCategory("Layout")]
[EditorBrowsable(EditorBrowsableState.Always)]
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