Back to Devexpress

ItemClickEventArgs.Item Property

windowsforms-devexpress-dot-xtrabars-dot-itemclickeventargs.md

latest1.1 KB
Original Source

ItemClickEventArgs.Item Property

Gets the BarItem whose link was clicked.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
BarItem

A BarItem whose link was clicked.

|

See Also

BarItem

ItemClickEventArgs Class

ItemClickEventArgs Members

DevExpress.XtraBars Namespace