Skip to main content
A newer version of this page is available. .

Role.IsAdministrative Property

Specifies whether users associated with the current role are administrators.

Namespace: DevExpress.Persistent.BaseImpl.EF

Assembly: DevExpress.ExpressApp.Security.EF.v18.2.dll

Declaration

public bool IsAdministrative { get; set; }

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