Skip to main content
.NET 6.0+

PermissionPolicyRoleBase.IsAllowPermissionPriority Property

For internal use.

Namespace: DevExpress.Persistent.BaseImpl.EF.PermissionPolicy

Assembly: DevExpress.Persistent.BaseImpl.EFCore.v23.2.dll

Declaration

[Browsable(false)]
[DefaultValue(false)]
public virtual bool IsAllowPermissionPriority { get; set; }
[Browsable(false)]
[DefaultValue(false)]
public bool IsAllowPermissionPriority { get; set; }

Property Value

Type Default
Boolean false
See Also