MyDetailsController.MyDetailsViewShortcut Property
Specifies a View shortcut used when generating the My Details navigation item.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
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