Skip to main content
Bar

BarItem.VisibleWhenVertical Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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