Back to Devexpress

ShortcutItemClickEventArgs.Item Property

windowsforms-devexpress-dot-xtrabars-dot-shortcutitemclickeventargs.md

latest1.3 KB
Original Source

ShortcutItemClickEventArgs.Item Property

Gets the BarItem whose functionality is about to be invoked.

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 object representing the bar item whose shortcut has been pressed and therefore whose functionality is about to be invoked.

|

See Also

ShortcutItemClick

ShortcutItemClickEventArgs Class

ShortcutItemClickEventArgs Members

DevExpress.XtraBars Namespace