Skip to main content
.NET 8.0+

ChoiceActionItem.Shortcut Property

Specifies the a Choice Action Item’s shortcut.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v25.1.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

For more information about shortcut syntax in ASP.NET Core Blazor and Windows Forms applications, refer to the following topic: ActionBase.Shortcut.

See Also