Skip to main content
Bar

BarDockControl.IsVertical Property

Gets whether the bar dock control is oriented vertically.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool IsVertical { get; set; }

Property Value

Type Description
Boolean

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

See Also