Skip to main content

MyDetailsController.MyDetailsViewShortcut Property

Specifies a View shortcut used when generating the My Details navigation item.

Namespace: DevExpress.ExpressApp.Security

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

NuGet Package: DevExpress.ExpressApp.Security

Declaration

public ViewShortcut MyDetailsViewShortcut { get; set; }

Property Value

Type Description
ViewShortcut

A string representing a View shortcut used when generating the My Details navigation item.

Remarks

When MyDetailsViewShortcut is not null (Nothing in VB), the MyDetailsController.MyDetailsAction‘s ActionBase.Active BoolList includes “MyDetailsShortcutIsAssigned” item set to true.

See Also