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

BarHeaderItemLink.Item Property

Returns a BarHeaderItem to which the current item link corresponds.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
public BarHeaderItem Item { get; }

Property Value

Type Description
BarHeaderItem

A BarHeaderItem to which the current item link corresponds.

See Also