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

BarItemLink.IsVertical Property

Gets a value indicating whether link’s owning bar is oriented vertically.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public bool IsVertical { get; }

Property Value

Type Description
Boolean

true if the bar that owns this link is oriented vertically; otherwise false.

Remarks

You can obtain the link’s owning bar via the BarItemLink.Bar property. The orientation of a bar depends on the edge of the container control to which the bar is docked. Use the Bar.DockStyle property to dock the bar to the specified container’s edge.

See Also