Skip to main content
.NET 6.0+

ShowNavigationItemController.SecurityVisibleKey Field

Returns a key used to create an item in the ActionBase.Active collection of the ShowNavigationItemController.ShowNavigationItemAction‘s item. This key specifies a reason for activating /deactivating the item when the security allows/denies access to navigate to the View associated with the item.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public const string SecurityVisibleKey = "HasRights"

Field Value

Type
String
See Also