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