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

BarItemLinkReadOnlyCollection Class

A read-only bar item link collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public class BarItemLinkReadOnlyCollection :
    ReadOnlyListBase,
    IList,
    ICollection,
    IEnumerable

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