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

IModelBaseChoiceActionItem.Shortcut Property

Specifies the current Item’s shortcut.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

string Shortcut { get; set; }

Property Value

Type Description
String

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