Back to Devexpress

BarItemLinkCollection.Holder Property

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

latest1.4 KB
Original Source

BarItemLinkCollection.Holder Property

Refers to the container that displays the contents of the current collection.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ILinksHolder Holder { get; }
vb
Public ReadOnly Property Holder As ILinksHolder

Property Value

TypeDescription
ILinksHolder

An ILinksHolder object that displays the contents of the current collection.

|

Remarks

This property refers to the container that displays the contents of the current collection. A corresponding container (Bar, PopupMenu, BarSubItem, etc) is returned, depending on which object owns the current collection.

See Also

BarItemLinkCollection Class

BarItemLinkCollection Members

DevExpress.Xpf.Bars Namespace