BarHeaderItemLink.Item Property
In This Article
Returns a BarHeaderItem to which the current item link corresponds.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public BarHeaderItem Item { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
See Also