Back to Devexpress

BarItem.VisibleWhenVertical Property

windowsforms-devexpress-dot-xtrabars-dot-baritem-aa99551c.md

latest1.2 KB
Original Source

BarItem.VisibleWhenVertical Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool VisibleWhenVertical { get; set; }
vb
<Browsable(False)>
Public Overridable Property VisibleWhenVertical As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

This property value is always true.

See Also

BarItem Class

BarItem Members

DevExpress.XtraBars Namespace