SecurityStrategy.SupportNavigationPermissionsForTypes Property
Specifies whether or not the navigation permissions are supported for types.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, if the navigation permissions are supported for types, otherwise false. |
#Remarks
To provide support for navigation permissions determined in the Type Permissions tab, set the SupportNavigationPermissionsForTypes property to true. This property switches between the two modes described in the table below:
Property value | Mode description |
---|---|
true | This mode is used in applications created in version 16. |
false | This mode is used in applications created in versions 16. |
You can specify the SupportNavigationPermissionsForTypes property value in the Application Designer. Focus the SecurityStrategy component and select a required value in the Properties grid:
#Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the SupportNavigationPermissionsForTypes property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.