Skip to main content
A newer version of this page is available. .
Bar

BarItemLinkCollection.Holder Property

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

Namespace: DevExpress.Xpf.Bars

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

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