Skip to main content
A newer version of this page is available. .

MyDetailsController.MyDetailsViewShortcut Property

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

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v19.1.dll

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