Back to Devexpress

BarEditItem.ShowInVerticalBar Property

wpf-devexpress-dot-xpf-dot-bars-dot-baredititem-e5eec860.md

latest2.6 KB
Original Source

BarEditItem.ShowInVerticalBar Property

Gets or sets whether all links for the current BarEditItem should be displayed within vertical Bars.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DefaultBoolean ShowInVerticalBar { get; set; }
vb
Public Property ShowInVerticalBar As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

true, if all links for the current BarEditItem should be displayed within vertical Bars; otherwise, false.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

By default, links to BarEditItems are hidden when placed onto vertical Bars. An end-user has to click the ‘More items…’ button to view these links (see the figure below). Set the ShowInVerticalBar property to true in order to display all links for the current BarEditItem within vertical Bars.

BarEditItemLinks also have the BarEditItemLink.ShowInVerticalBar property, which has a higher priority than the ShowInVerticalBar property. Use it to specify whether a specific link should be displayed within a vertical bar.

See the BarContainerControl topic to learn how to change a Bar’s orientation.

See Also

ShowInVerticalBar

BarContainerControl

BarEditItem Class

BarEditItem Members

DevExpress.Xpf.Bars Namespace