Skip to main content
Bar

BarItemLink.Item Property

Gets the item to which the current link refers.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[Browsable(false)]
public BarItem Item { get; protected set; }

#Property Value

Type Description
BarItem

A BarItem object to which the current link refers.

#Remarks

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

See Also