Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SecurityStrategy.AssociationPermissionsMode Property

Specifies the mode of processing security permissions for associations.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v20.2.dll

Declaration

[DefaultValue(AssociationPermissionsMode.Auto)]
public AssociationPermissionsMode AssociationPermissionsMode { get; set; }

Property Value

Type Default Description
AssociationPermissionsMode **Auto**

An AssociationPermissionsMode value.

Remarks

You can specify the AssociationPermissionsMode property value in the Application Designer. Focus the SecurityStrategy component and select the required value in the Properties grid.

AssociationPermissionsMode

Refer to the Permissions for Associated Objects to learn more about the available modes.

See Also