IModelBaseChoiceActionItem.Shortcut Property
Specifies the current Item’s shortcut.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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