Skip to main content
.NET 6.0+

IModelBaseChoiceActionItem.Shortcut Property

Specifies the current Item’s shortcut.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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