Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    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.1.dll

    Declaration

    [Association]
    [Aggregated]
    [Appearance("XPOActionPermissionsIsAdministrative", Enabled = false, Criteria = "IsAdministrative", Context = "DetailView")]
    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