Skip to main content
Bar

BarEditItemLink.Item Property

Returns a BarEditItem 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 BarEditItem Item { get; }

Property Value

Type Description
BarEditItem

A BarEditItem to which the current item link corresponds.

See Also