Skip to main content
Bar

BarHeaderItemLink.Item Property

Returns a BarHeaderItem to which the current item link corresponds.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
BarHeaderItem

A BarHeaderItem to which the current item link corresponds.

See Also