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

ShortcutItemClickEventArgs.Accelerator Property

Gets the hotkey combination an end-user has pressed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public Keys Accelerator { get; set; }

Property Value

Type Description
Keys

A Keys object that specifies the hotkey combination an end-user has pressed.

Remarks

See the BarManager.ShortcutItemClick event to learn more.

See Also