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

ShortcutItemClickEventArgs.Shortcut Property

Gets the keystroke shortcut for the bar item.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarShortcut Shortcut { get; }

Property Value

Type Description
BarShortcut

A BarShortcut object representing the item’s shortcut.

See Also