ShortcutItemClickEventArgs.Item Property
Gets the BarItem whose functionality is about to be invoked.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
BarItem | A BarItem object representing the bar item whose shortcut has been pressed and therefore whose functionality is about to be invoked. |
See Also