IPermissionPolicyRole.IsAdministrative Property
Specifies whether users associated with the current role are administrators.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if users associated with the current role are administrators; otherwise - false. |
Remarks
When the IsAdministrative option is set to true, it overrides all other permissions (both built-in and custom) and grants full access to all operations.
See Also