Skip to main content

RibbonHitInfo.Item Property

Gets the bar item link which is located at the test point.

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarItemLink Item { get; }

Property Value

Type Description
BarItemLink

A BarItemLink object that represents the link which is located at the test point.

See Also