Skip to main content
Bar

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

BarItemLinkReadOnlyCollection Class

A read-only bar item link collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class BarItemLinkReadOnlyCollection :
    ReadOnlyListBase,
    IList,
    ICollection,
    IEnumerable

The following members return BarItemLinkReadOnlyCollection objects:

#Remarks

Bars provide the Bar.VisibleLinks collection so that you can process currently visible bar item links. This collection is automatically updated by the bar when links change their visible state. You are not allowed to add or remove individual link objects. You can only access link object(s) or determine whether a collection contains a particular link. Such read-only collection functionality is implemented by the BarItemLinkReadOnlyCollection class.

This class also serves as a base for the BarItemLinkCollection class which represents the collection of links to bar items.

#Inheritance

Object
ReadOnlyCollectionBase
DevExpress.XtraBars.ReadOnlyListBase
BarItemLinkReadOnlyCollection
See Also