Skip to main content
.NET 6.0+

MyDetailsController.MyDetailsViewShortcut Property

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

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.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