BarItemLink.IsVertical Property
Gets a value indicating whether link’s owning bar is oriented vertically.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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