Skip to main content
A newer version of this page is available. .
Bar

ShortcutItemClickEventArgs.Item Property

Gets the BarItem whose functionality is about to be invoked.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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