Back to Devexpress

BarItemLink.IsVertical Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-2d37bb10.md

latest1.6 KB
Original Source

BarItemLink.IsVertical Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsVertical { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsVertical As Boolean

Property Value

TypeDescription
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

DockStyle

CanDockStyle

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace