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

Bar.VisibleLinks Property

Gets the collection of visible bar item links displayed within the bar.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

Property Value

Type Description
BarItemLinkReadOnlyCollection

A collection of visible bar item links.

Remarks

This property allows you to get the top level links currently displayed within the bar. The collection does not include the following links:

The collection is readonly and does not provide any method for modification.

You can get the collection of all links for the bar via the Bar.ItemLinks property.

See Also