SecuritySystemRoleBase.IsAdministrative Property
Specifies whether users associated with the current role are administrators.
Namespace: DevExpress.ExpressApp.Security.Strategy
Assembly: DevExpress.ExpressApp.Security.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security.Xpo
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