BarItemLinkCollection.Holder Property
In This Article
Refers to the container that displays the contents of the current collection.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ILinksHolder Holder { get; }
#Property Value
Type | Description |
---|---|
ILinks |
An ILinks |
#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