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

StandaloneBarDockControl.IsVertical Property

Gets or sets whether bars are oriented vetically within the StandaloneBarDockControl object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Layout")]
[Browsable(true)]
[DefaultValue(false)]
public override bool IsVertical { get; set; }

Property Value

Type Default Description
Boolean **false**

true if bars are oriented vetically within the StandaloneBarDockControl object; false if bars are oriented horizontally.

See Also