Skip to main content
Bar

BarDockControl.Dock Property

Gets or sets a value which specifies how the bar dock control is aligned within its parent control.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public DockStyle Dock { get; set; }

Property Value

Type Description
DockStyle

A DockStyle enumeration value which specifies the manner in which a bar dock control is docked.

See Also