Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChoiceActionItem.Shortcut Property

Specifies the a Choice Action Item’s shortcut.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

[DefaultValue("")]
public string Shortcut { get; set; }

#Property Value

Type Default Description
String String.Empty

A string specifying the current Item’s shortcut.

#Remarks

The following shortcuts are appropriate:

  • One of the shortcuts specified in the System.Windows.Forms.Shortcut enumeration (e.g. CtrlShiftO).
  • One of the keys specified in the System.Windows.Forms.Keys enumeration.
  • A complex shortcut consisting of the System.Windows.Forms.Keys enumeration values separated by “+” (e.g.Control+Shift+O)
See Also