Skip to main content
Bar

BarItemLinkCollection.Holder Property

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ILinksHolder Holder { get; }

Property Value

Type Description
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