Back to Devexpress

RibbonHitInfo.Item Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-viewinfo-dot-ribbonhitinfo-214916ac.md

latest1.3 KB
Original Source

RibbonHitInfo.Item Property

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

Namespace : DevExpress.XtraBars.Ribbon.ViewInfo

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public BarItemLink Item { get; }
vb
Public ReadOnly Property Item As BarItemLink

Property Value

TypeDescription
BarItemLink

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

|

See Also

RibbonHitInfo Class

RibbonHitInfo Members

DevExpress.XtraBars.Ribbon.ViewInfo Namespace