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

BarDockControl.IsVertical Property

Gets whether the bar dock control is oriented vertically.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

true if the bar dock control is oriented vertically; otherwise, false.

See Also