Skip to main content

Bar.VisibleLinks Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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