PermissionPolicyRoleBase.ActionPermissions Property
In This Article
Gets the collection of objects that contain Action permissions associated with the current PermissionPolicyRoleBase.
Namespace: DevExpress.Persistent.BaseImpl.PermissionPolicy
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
#Declaration
[Association]
[Aggregated]
[Appearance("XPOActionPermissionsIsAdministrative", Enabled = false, Criteria = "IsAdministrative", Context = "DetailView")]
public XPCollection<PermissionPolicyActionPermissionObject> ActionPermissions { get; }
#Property Value
Type | Description |
---|---|
XPCollection<DevExpress. |
A collection of objects that contain Action permissions associated with the current Permission |
See Also