BarItem.VisibleWhenVertical Property
Determines whether an item is visible when the bar is vertically oriented .
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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