Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public override BarDockStyle DockStyle { get; }

#Property Value

Type Description
BarDockStyle

Always the BarDockStyle.Standalone value.

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