ChoiceActionItem.Shortcut Property
In This Article
Specifies the a Choice Action Item’s shortcut.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | 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