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

BarEditItemLink.ShowInVerticalBar Property

Gets or sets whether the BarEditItemLink should be displayed within vertical Bars.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public DefaultBoolean ShowInVerticalBar { get; set; }

Property Value

Type Description
DefaultBoolean

DefaultBoolean.True, if the BarEditItemLink should be displayed within vertical Bars; otherwise, DefaultBoolean.False.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

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 BarEditItem.ShowInVerticalBar property to true in order to display all links for the current BarEditItem within vertical Bars.

BarEditItem in vertical bars collage

BarEditItemLinks also have the ShowInVerticalBar property, which has a higher priority than the BarEditItem.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