Skip to main content

MyDetailsController.MyDetailsActionActiveKeyShortcutIsAssigned Field

A string key in MyDetailsController.MyDetailsAction‘s ActionBase.Active collection that indicates a shortcut is assigned for the My Details navigation item.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v25.2.dll

NuGet Package: DevExpress.ExpressApp.Security

Declaration

public const string MyDetailsActionActiveKeyShortcutIsAssigned = "MyDetailsShortcutIsAssigned"

Field Value

Type Description
String

The key used to track whether a shortcut is assigned for the My Details navigation item.

See Also