Skip to main content
.NET Framework 4.6.2+

IModelBaseChoiceActionItem.Shortcut Property

Specifies the current Item’s shortcut.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v25.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string Shortcut { get; set; }

Property Value

Type Description
String

A string that specifies 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