Role.IsAdministrative Property
Specifies whether users associated with the current role are administrators.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.ExpressApp.Security.EF6.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security.EF6
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