Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RolesMergingMode Enum

Contains values specifying how the Security System determines if a user can perform a specific operation when this user has multiple roles with different permission sets.

Namespace: DevExpress.ExpressApp.Security

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

#Declaration

public enum RolesMergingMode

#Members

Name Description
GrantedInAnyRole

An allowed operation can be allowed in any role.

GrantedInAllRoles

An allowed operation should be allowed in all roles.

#Related API Members

The following properties accept/return RolesMergingMode values:

#Remarks

The RolesMergingMode enumeration values are assigned to the SecurityStrategy.RolesMergingMode property.

See Also