Skip to main content
Bar

ShortcutItemClickEventArgs.Item Property

Gets the BarItem whose functionality is about to be invoked.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarItem Item { get; }

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