Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Bar.VisibleLinks Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.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