BarItem.ShortCut Property
Specifies the shortcut key combination for the current item.
Namespace:DevExpress.XtraBars
Assembly:DevExpress.XtraBars.v19.2.dll
Note: This API is now obsolete.
You should use the ItemShortcut property

Syntax
C# |
public virtual Shortcut ShortCut { get; set; }
|
VB |
Overridable Public Property ShortCut As Shortcut
|
Property value
Type: Shortcut
A Shortcut enumerator value, specifying the shortcut key combination for the current item.
The default is Shortcut.None.

See Also
Is this topic helpful?
Additional Feedback
Close