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

BarItem.VisibleWhenVertical Property

Determines whether an item is visible when the bar is vertically oriented .

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public virtual bool VisibleWhenVertical { get; set; }

Property Value

Type Description
Boolean

true, if an item is visible within a vertical bar; otherwise, false.

Remarks

This property value is always true.

See Also