MyDetailsController.MyDetailsViewShortcut Property
In This Article
Specifies a View shortcut used when generating the My Details navigation item.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security
#Declaration
public ViewShortcut MyDetailsViewShortcut { get; set; }
#Property Value
Type | Description |
---|---|
View |
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