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

IPermissionPolicyRole.IsAdministrative Property

Specifies whether users associated with the current role are administrators.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

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