Back to Devexpress

BarItemLinkReadOnlyCollection Class

windowsforms-devexpress-dot-xtrabars-ee52e00c.md

latest2.9 KB
Original Source

BarItemLinkReadOnlyCollection Class

A read-only bar item link collection.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class BarItemLinkReadOnlyCollection :
    ReadOnlyListBase,
    IList,
    ICollection,
    IEnumerable
vb
Public Class BarItemLinkReadOnlyCollection
    Inherits ReadOnlyListBase
    Implements 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 BarItemLinkCollection

See Also

BarItemLinkReadOnlyCollection Members

VisibleLinks

Bar Item Links

DevExpress.XtraBars Namespace