Back to Devexpress

BarItemLinkCollection Class

wpf-devexpress-dot-xpf-dot-bars-fb66dc7b.md

latest3.7 KB
Original Source

BarItemLinkCollection Class

Represents a collection of links owned by a link container.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class BarItemLinkCollection :
    SimpleLinkCollection,
    INotifyLockableChanged,
    ILockable
vb
Public Class BarItemLinkCollection
    Inherits SimpleLinkCollection
    Implements INotifyLockableChanged,
               ILockable

The following members return BarItemLinkCollection objects:

Show 22 links

Inheritance

Object Collection<BarItemLinkBase> ObservableCollection<BarItemLinkBase> DevExpress.Xpf.Core.LockableCollection<BarItemLinkBase> DevExpress.Xpf.Bars.SimpleLinkCollection BarItemLinkCollection

See Also

BarItemLinkCollection Members

BarItemLinkHolderBase.ItemLinks

BarLinkContainerItem.ItemLinks

BarSubItem.ItemLinks

PopupMenu.ItemLinks

DevExpress.Xpf.Bars Namespace