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

BarLinkContainerItemLink.ContainerItem Property

Gets the item to which the current link refers.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public BarLinkContainerItem ContainerItem { get; protected set; }

Property Value

Type Description
BarLinkContainerItem

A BarLinkContainerItem object to which the current link refers.

Remarks

You can associate a link with a bar item via the BarItemLinkBase.BarItemName property.

See Also