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

Role Properties

An entity that defines the security role.
Name Description
AutoAssociationPermissions static Specifies, whether or not the required permissions are automatically configured for associated objects/collections.
CanEditModel Specifies whether users associated with the current role can use the Model Editor.
ChildRoles Gets the current role’s child roles list.
ID Specifies the Role identifier.
IsAdministrative Specifies whether users associated with the current role are administrators.
Name Specifies the name of the security role.
ParentRoles Gets the current role’s master roles list.
TypePermissions Gets the list of objects which contain type permissions associated with the current Role.
Users A list of users associated with the current role.
See Also